Definition at line 173 of file dc_clock.f90.
◆ dcclockclose0()
| subroutine dc_clock::close::dcclockclose0 |
( |
type(clock), intent(inout) | clk | ) |
|
CLOCK の終了サブルーチン
CLOCK 型の変数をクローズします。
- Parameters
-
| [in,out] | clk | クローズする CLOCK 型変数 |
Definition at line 265 of file dc_clock.f90.
266 implicit none
267 type(CLOCK), intent(inout):: clk
268 character(*), parameter:: subname = 'DCClockClose'
269 continue
270 call beginsub(subname)
271 if (clk % initialized) then
272 clk % initialized = .false.
273 clk % name = ''
274 end if
275 call endsub(subname)
The documentation for this interface was generated from the following file:
- /build/gtool5-1.0.0~rc5/debian/build-parallel/src/dc_utils/dc_clock.f90