vector3_from_array_r64 Subroutine

public subroutine vector3_from_array_r64(vector, array)

Arguments

Type IntentOptional AttributesName
class(vector3), intent(out) :: vector
real(kind=real64), intent(in), dimension(3):: array

Contents

None