libsim  Versione6.3.0

◆ csv_record_addfield_real_miss()

subroutine, private file_utilities::csv_record_addfield_real_miss ( type(csv_record), intent(inout)  this,
real, intent(in)  field,
logical, intent(in), optional  force_quote 
)
private

Add a field from a REAL 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 724 del file file_utilities.F90.

724  IF (lier /= 0) THEN
725  field = imiss
726  IF (.NOT.PRESENT(ier)) THEN
727  CALL l4f_log(l4f_error, &
728  'in csv_record_getfield, invalid integer field: '//trim(cfield))
729  CALL raise_error()

Generated with Doxygen.