libsim  Versione 7.2.4

◆ csv_record_getfield_double()

subroutine, private file_utilities::csv_record_getfield_double ( type(csv_record), intent(inout)  this,
double precision, intent(out)  field,
integer, intent(out), optional  ier 
)
private

Returns next field from the record this as a DOUBLE PRECISION 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 double, 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, = dmiss if conversion fails
[out]iererror code, 0 = OK, 2 = end of record, 3 = cannot convert to double

Definizione alla linea 977 del file file_utilities.F90.


Generated with Doxygen.