Definition at line 251 of file dc_args.f90.
◆ dcargshelpmsg0()
subroutine dc_args::dcargshelpmsg::dcargshelpmsg0 |
( |
type(args), intent(inout) |
arg, |
|
|
character(*), intent(in) |
category, |
|
|
character(*), intent(in) |
msg |
|
) |
| |
|
private |
Definition at line 663 of file dc_args.f90.
732 type(args),
intent(inout) :: arg
733 character(*),
intent(in) :: category
734 character(*),
intent(in) :: msg
735 character(len = *),
parameter :: subname =
'DCArgsHelpMsg' 737 if (.not. arg % initialized)
then 738 call messagenotify(
'W', subname,
'Call Open before Help in dc_args.')
The documentation for this interface was generated from the following file: