assign_R4P Subroutine

private elemental subroutine assign_R4P(lhs, rhs)

Operator = real(R4P).

 type(vector_R16P) :: pt
 pt = 1._R4P
 print "(3(F3.1,1X))", abs(pt%x), abs(pt%y), abs(pt%z)

Arguments

TypeIntentOptionalAttributesName
class(vector_R16P), intent(inout) :: lhs

Left hand side.

real(kind=R4P), intent(in) :: rhs

Right hand side.


Contents

None