GetRecLen
Get the length of the record
Interface
INTERFACE
MODULE PURE FUNCTION getRecLen(obj) RESULT(ans)
CLASS(FortranFile_), INTENT(IN) :: obj
INTEGER(I4B) :: ans
END FUNCTION getRecLen
END INTERFACE
Get the length of the record
INTERFACE
MODULE PURE FUNCTION getRecLen(obj) RESULT(ans)
CLASS(FortranFile_), INTENT(IN) :: obj
INTEGER(I4B) :: ans
END FUNCTION getRecLen
END INTERFACE