Skip to main content

GetPointer

This routine returns the pointer to a FORTRAN real vector.

Interface

FUNCTION GetPointer( obj ) RESULT( ans )
CLASS( STVectorField_ ), TARGET, INTENT( IN ) :: obj
REAL( DFP ), POINTER :: ans( : )
END FUNCTION GetPointer