Functions

Setting up the Data Model
[H5hut F90 API]

Functions

INTEGER *8 h5_setstep (filehandle, step)
 See H5SetStep.
INTEGER *8 h5_getnsteps (filehandle)
 See H5GetNumSteps.

Function Documentation

INTEGER*8 h5_setstep ( INTEGER*8,intent(in)  filehandle,
INTEGER*8,intent(in)  step 
)

See H5SetStep.

Returns:
0 on success or error code
Parameters:
filehandlethe handle returned during file open
stepa timestep value >= 1
INTEGER*8 h5_getnsteps ( INTEGER*8,intent(in)  filehandle )

See H5GetNumSteps.

Returns:
the number of steps or error code
Parameters:
filehandlethe handle returned during file open