gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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)

Close CLOCK variable

Closes a CLOCK type variable.

Parameters
[in,out]clkCLOCK type variable to close

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: