gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
historyinitialized.f90
Go to the documentation of this file.
1
14
32 logical function historyinitialized0( history ) result(result)
34 implicit none
35 type(gt_history), intent(in):: history
36 continue
37 result = history % initialized
38 end function historyinitialized0
39
40 !-------------------------------------------------------------------
41
52 logical function historyinitialized1( history ) result(result)
55 implicit none
56 type(gt_history), intent(in):: history
57 continue
58 result = historyinitialized( history )
59 end function historyinitialized1
60
logical function historyinitialized1(history)
logical function historyinitialized0(history)