Definition at line 227 of file dc_args.f90.
◆ dcargsopen0()
subroutine dc_args::dcargsopen::dcargsopen0 |
( |
type(args), intent(out) |
arg | ) |
|
|
private |
Definition at line 337 of file dc_args.f90.
350 type(args),
intent(out) :: arg
351 integer:: cmd_opts_max
352 character(len = *),
parameter :: subname =
'DCArgsOpen' 354 if (arg % initialized)
then 355 call messagenotify(
'W', subname,
'This argument (type ARGS) is already opend.')
360 cmd_opts_max =
size(cmd_opts_list)
361 allocate(arg % cmd_opts_list(cmd_opts_max))
362 arg % cmd_opts_list = cmd_opts_list
363 nullify( arg % opt_table )
364 arg % initialized = .true.
integer, parameter, public string
文字列を保持する 文字型変数の種別型パラメタ
The documentation for this interface was generated from the following file: