mod_veq Module

Sets two vectors to be equal

Note

Jonathan Chico: This seems unnecessary, it could be replace by a call like b(:)=a(:)


Uses

    • mod_datatypes

Subroutines

public subroutine veq(a, b)

License
Creative Commons License
Category
numerical-tools, KKRhost

S e t s

t w o

v e c t o r s

t o

b e

e q u a l

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in), dimension(*) :: a

Input vector

real(kind=dp), intent(out), dimension(*) :: b

Output vector