Public Member Functions | |
| subroutine | dcclocksetname0 (clk, name, err) |
Definition at line 157 of file dc_clock.f90.
| subroutine dc_clock::dcclocksetname::dcclocksetname0 | ( | type(clock), intent(inout) | clk, |
| character(*), intent(in) | name, | ||
| logical, intent(out), optional | err | ||
| ) |
Change the measurement name
Changes the measurement name of CLOCK variable clk. This name was originally specified by the name argument in Create.
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,out] | clk | CLOCK type variable |
| [in] | name | New measurement name |
| [out] | err | Error flag (optional). .true. if error occurred. |
Definition at line 1029 of file dc_clock.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), and dc_error::storeerror().