Public Member Functions | |
| subroutine | dcclockputline0 (clk, unit, indent, err) |
Definition at line 135 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 ) |
構造型 CLOCK 変数の情報を表示
構造型 CLOCK 変数に関する情報を表示します。unit には出力先の装置番号を 与えてください。unit を与えない場合、標準出力へ表示されます。
clk に対して DCClockCreate による初期化が行われていない場合、 エラーを発生させます。err を与える場合には err に .true. が返り、 プログラムは続行されます。
| [in] | clk | CLOCK 型変数 |
| [in] | unit | 出力先装置番号 (省略可)。デフォルト: 標準出力。 |
| [in] | indent | 表示されるメッセージの字下げ (省略可) |
| [out] | err | エラーフラグ (省略可)。エラー時に .true.。 |
Definition at line 604 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().