Definition at line 130 of file dc_clock.f90.
◆ dcclockclose0()
| subroutine dc_clock::dcclockclose::dcclockclose0 |
( |
type(clock), intent(inout) |
clk | ) |
|
Close CLOCK variable
Closes a CLOCK type variable.
- Parameters
-
| [in,out] | clk | CLOCK 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().
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