vector3_from_array_r32 Subroutine

public subroutine vector3_from_array_r32(vector, array)

Arguments

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

Contents

None