gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dc_clock::close Interface Reference

Public Member Functions

subroutine dcclockclose0 (clk)
 

Detailed Description

Definition at line 173 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 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: