ps_GetLibPSMLVersion Function

public function ps_GetLibPSMLVersion() result(v)

Returns the library version in integer format

Arguments

None

Return Value integer


Contents

Source Code


Source Code

function ps_GetLibPSMLVersion() result(v)
integer :: v
  v = PSML_LIBRARY_VERSION
end function ps_GetLibPSMLVersion