FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | RuntimeParameters_getNumIgn (numIgnoredParams) |
subroutine RuntimeParameters_getNumIgn | ( | integer | numIgnoredParams | ) |
Returns the number of ignored runtime parameters.
The 'ignored' runtime parameters are those that are found in the flash.par but are no recognized because they were not declared in any Config file included in the setup. (Runtime parameters MUST be declared in a Config file with the keyword PARAMETER. They must also be given a default value in a Config file. The flash.par file then allows the default values to be overwritten.)
numIgnoredParams: number of times that invalid PARAMETER lines were found while processing flash.par.
Definition at line 33 of file RuntimeParameters_getNumIgn.F90.