![]() |
MODFLOW 6
version 6.9.0.dev0
USGS Modular Hydrologic Model
|
Disable development features in release mode.
Functions/Subroutines | |
| pure logical function, public | is_release_mode () |
| True if development features should be disabled. More... | |
| subroutine, public | developmode (errmsg, iunit) |
| Terminate if in release mode (guard development features) More... | |
| subroutine, public featureflagsmodule::developmode | ( | character(len=*), intent(in) | errmsg, |
| integer(i4b), intent(in), optional | iunit | ||
| ) |
Terminate the program with an error if the IDEVELOPMODE flag is set to 0. This allows developing features on the mainline while disabling them in release builds. An optional file unit may be specified to associate the feature with an input file.
Definition at line 25 of file FeatureFlags.f90.


| pure logical function, public featureflagsmodule::is_release_mode |