Definition at line 137 of file dc_clock.f90.
◆ dcclockclose0()
subroutine dc_clock::dcclockclose::dcclockclose0 |
( |
type(clock), intent(inout) |
clk | ) |
|
|
private |
Definition at line 245 of file dc_clock.f90.
251 type(clock),
intent(inout):: clk
252 character(*),
parameter:: subname =
'DCClockClose' 254 call beginsub(subname)
255 if (clk % initialized)
then 256 clk % initialized = .false.
The documentation for this interface was generated from the following file: