libsim  Versione6.3.0

◆ vol7d_serialize_parse()

subroutine vol7d_serialize_class::vol7d_serialize_parse ( class(vol7d_serialize), intent(inout)  this,
integer, intent(in), optional  category 
)
private

Method for parsing the command-line options provided.

It must be called after the call to optionparser_parse in order to validate the options relevant to vol7d_serialize, in case of errors the raise_error subroutine is called, with possible program abort. It should be called also in case the configurable parameters are set directly rather than through command-line.

Parametri
[in,out]thisobject having undorgone the vol7d_serialize_optionparser method
[in]categorylog4fortran category for logging error messages

Definizione alla linea 274 del file vol7d_serialize_class.F03.

274  CALL l4f_category_log(category, l4f_error, &
275  'error in command-line parameters, column '// &
276  ccol(w_s(i):w_e(i))//' in '//trim(par_name)//' not valid.')
277  ENDIF
278  CALL raise_error()
279  END SELECT
280 ENDDO
281 nc = j

Generated with Doxygen.