Public Member Functions | |
| subroutine | dcclockputline0 (clk, unit, indent, err) |
Definition at line 139 of file dc_clock.f90.
| subroutine dc_clock::dcclockputline::dcclockputline0 | ( | type(clock), intent(in) | clk, |
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(out), optional | err | ||
| ) |
Display CLOCK variable information
Displays information about a CLOCK type variable. Specify the output unit number in unit. If unit is not given, output goes to standard output.
If clk has not been initialized by DCClockCreate, an error is raised. If err is provided, .true. is returned in err and the program continues.
| [in] | clk | CLOCK type variable |
| [in] | unit | Output unit number (optional). Default: standard output. |
| [in] | indent | Indent of displayed messages (optional) |
| [out] | err | Error flag (optional). .true. if error occurred. |
Definition at line 608 of file dc_clock.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_types::dp, dc_trace::endsub(), dc_types::stdout, and dc_error::storeerror().