libsim  Versione6.3.0
subroutine vol7d_serialize_optionparser ( class(vol7d_serialize), intent(inout)  this,
type(optionparser), intent(inout), optional  opt,
character(len=*), intent(in), optional  ext 
)
private

Method for adding the standard vol7d_serialize command-line options to a program.

An initialised object of the optionparser class is used for adding the relevant options, an extension is provided for formatting the options and the help messages. Alternatively the configurable options can be set directly since the corresponding members in the vol7d_serialize class are PUBLIC. In both cases the vol7d_serialize_parse method must be successively called in order to process the configurable options.

Definizione alla linea 208 del file vol7d_serialize_class.F03.


Generated with Doxygen.