gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
dc_clock::close Interface Reference

Public Member Functions

subroutine dcclockclose0 (clk)

Detailed Description

Definition at line 169 of file dc_clock.f90.

Member Function/Subroutine Documentation

◆ dcclockclose0()

subroutine dc_clock::close::dcclockclose0 ( type(clock), intent(inout) clk)

CLOCK の終了サブルーチン

CLOCK 型の変数をクローズします。

Parameters
[in,out]clkクローズする CLOCK 型変数

Definition at line 261 of file dc_clock.f90.

262 implicit none
263 type(CLOCK), intent(inout):: clk
264 character(*), parameter:: subname = 'DCClockClose'
265 continue
266 call beginsub(subname)
267 if (clk % initialized) then
268 clk % initialized = .false.
269 clk % name = ''
270 end if
271 call endsub(subname)

The documentation for this interface was generated from the following file: