Public Member Functions | |
| subroutine | dcclocksetname0 (clk, name, err) |
Definition at line 194 of file dc_clock.f90.
| subroutine dc_clock::set_name::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.