libsim
Versione6.3.0
|
This method performs the parsing of the command-line options which have been previously added using the optionparser_add family of methods. The destination variables set through the optionparser_add methods are assigned according to the options encountered on the command line. If any optional argument remains after interpretation of all command-line options, the index of the first of them is returned in nextarg, otherwise nextarg is equal to iargc() + 1. The status of the parsing process should be checked via the status argument.
Definizione alla linea 1535 del file optionparser_class.F90. |