Definition at line 134 of file dc_clock.f90.
◆ dcclockcreate0()
subroutine dc_clock::dcclockcreate::dcclockcreate0 |
( |
type(clock), intent(out) |
clk, |
|
|
character(*), intent(in) |
name |
|
) |
| |
|
private |
Definition at line 216 of file dc_clock.f90.
225 type(clock),
intent(out):: clk
226 character(*),
intent(in):: name
227 character(*),
parameter:: subname =
'DCClockCreate' 229 call beginsub(subname,
'name=%c', c1=trim(name), version=version)
230 if (clk % initialized)
then 231 call messagenotify(
'W', subname,
'This argument (type CLOCK) is already initialized.')
232 call dbgmessage(
'already initialized')
236 clk % elapsed_time = 0.0
237 clk % start_time = - 1.0
238 clk % initialized = .true.
240 call dbgmessage(
'normal initialized')
The documentation for this interface was generated from the following file: