27 character(len=*),
intent(in) :: errmsg
28 integer(I4B),
intent(in),
optional :: iunit
32 if (
present(iunit))
then
Disable development features in release mode.
pure logical function, public is_release_mode()
True if development features should be disabled.
subroutine, public developmode(errmsg, iunit)
Terminate if in release mode (guard development features)
This module defines variable data types.
This module contains simulation methods.
subroutine, public store_error(msg, terminate)
Store an error message.
subroutine, public store_error_unit(iunit, terminate)
Store the file unit number.
This module contains version information.
integer(i4b), parameter idevelopmode