Definition at line 183 of file dc_clock.f90.
◆ dcclockstart0()
subroutine dc_clock::start::dcclockstart0 |
( |
type(clock), intent(inout) |
clk, |
|
|
logical, intent(out), optional |
err |
|
) |
| |
|
private |
Definition at line 262 of file dc_clock.f90.
277 type(clock),
intent(inout):: clk
278 logical,
intent(out),
optional:: err
279 character(STRING):: cause_c
281 character(*),
parameter:: subname =
'DCClockStart' 283 call beginsub(subname)
286 if (.not. clk % initialized)
then 287 call messagenotify(
'W', subname,
'Call Create before Start in dc_clock.')
288 call dbgmessage(
'Ignored because input argument was not initialized.')
292 call cpu_time(clk % start_time)
293 call dbgmessage(
'name=%c, cpu_time=%f', &
294 & c1=trim(clk % name), d=(/clk % start_time/) )
integer, parameter, public dc_enotinit
subroutine, public storeerror(number, where, err, cause_c, cause_i)
integer, parameter, public dc_noerr
integer, parameter, public dp
倍精度実数型変数
The documentation for this interface was generated from the following file: