GT_HISTORY の初期設定チェッカ . More...
Go to the source code of this file.
Functions/Subroutines | |
| logical function | historyinitialized0 (history) |
| logical function | historyinitialized1 (history) |
GT_HISTORY の初期設定チェッカ .
Definition in file historyinitialized.f90.
| logical function historyinitialized0 | ( | type(gt_history), intent(in) | history | ) |
GT_HISTORY の初期設定チェック
history が初期設定されている場合には .true. が、 初期設定されていない場合には .false. が返ります。
| [in] | history | ヒストリーハンドル |
Definition at line 32 of file historyinitialized.f90.
| logical function historyinitialized1 | ( | type(gt_history), intent(in) | history | ) |
GT_HISTORY の初期設定チェック (総称インターフェース)
使用方法は HistoryInitialized と同様です。
Definition at line 52 of file historyinitialized.f90.