libsim  Versione7.2.1

◆ csv_record_getfield_real()

subroutine csv_record_getfield_real ( type(csv_record), intent(inout)  this,
real, intent(out)  field,
integer, intent(out), optional  ier 
)

Returns next field from the record this as a REAL variable.

The field pointer is advanced to the next field. If all the fields have already been interpreted or the field cannot be interpreted as a real, or if it is longer than 32 characters, it returns a missing value.

Parametri
[in,out]thisobject to be decoded
[out]fieldvalue of the field, = rmiss if conversion fails
[out]iererror code, 0 = OK, 2 = end of record, 3 = cannot convert to real

Definizione alla linea 945 del file file_utilities.F90.


Generated with Doxygen.