Definition at line 168 of file dc_clock.f90.
◆ dcclocksetname0()
subroutine dc_clock::dcclocksetname::dcclocksetname0 |
( |
type(clock), intent(inout) |
clk, |
|
|
character(*), intent(in) |
name, |
|
|
logical, intent(out), optional |
err |
|
) |
| |
|
private |
Definition at line 818 of file dc_clock.f90.
832 type(clock),
intent(inout):: clk
833 character(*),
intent(in):: name
834 logical,
intent(out),
optional:: err
835 character(STRING):: cause_c
837 character(*),
parameter:: subname =
'DCClockSetName' 839 call beginsub(subname)
842 if (.not. clk % initialized)
then 843 call messagenotify(
'W', subname,
'Call Create before Set_Name in dc_clock.')
844 call dbgmessage(
'Ignored because input argument was not initialized.')
849 call dbgmessage(
'set new name "%c"', c1=trim(clk % name))
integer, parameter, public dc_enotinit
subroutine, public storeerror(number, where, err, cause_c, cause_i)
integer, parameter, public dc_noerr
The documentation for this interface was generated from the following file: