Checker of initialization of GT_HISTORY . More...
Go to the source code of this file.
Functions/Subroutines | |
| logical function | historyinitialized0 (history) |
| logical function | historyinitialized1 (history) |
Checker of initialization of GT_HISTORY
.
Definition in file historyinitialized.f90.
| logical function historyinitialized0 | ( | type(gt_history), intent(in) | history | ) |
Check if GT_HISTORY is initialized
Returns .true. if history is initialized, .false. otherwise.
| [in] | history | History handle |
Definition at line 32 of file historyinitialized.f90.
| logical function historyinitialized1 | ( | type(gt_history), intent(in) | history | ) |
Check if GT_HISTORY is initialized (generic interface)
Usage is same as HistoryInitialized.
Definition at line 52 of file historyinitialized.f90.