libsim Versione 7.2.4

◆ csv_record_addfield_double_miss()

subroutine csv_record_addfield_double_miss ( type(csv_record), intent(inout) this,
double precision, intent(in) field,
logical, intent(in), optional force_quote )

Add a field from a DOUBLE PRECISION variable to the csv record this.

The field will be quoted if necessary. A missing value is inserted as an empty field.

Parametri
[in,out]thisobject where to add field
[in]fieldfield to be added
[in]force_quoteif provided and .TRUE. , the field will be quoted even if not necessary

Definizione alla linea 728 del file file_utilities.F90.

729 CALL raise_error()
730 ELSE
731 ier = 3 ! conversion error
732 ENDIF
733 ENDIF
734ELSE

Generated with Doxygen.