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

Public Member Functions

subroutine dcclockclose0 (clk)

Detailed Description

Definition at line 130 of file dc_clock.f90.

Member Function/Subroutine Documentation

◆ dcclockclose0()

subroutine dc_clock::dcclockclose::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)

References dc_trace::beginsub(), and dc_trace::endsub().

Here is the call graph for this function:

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