Definition at line 274 of file dc_args.f90.
◆ dcargsclose0()
subroutine dc_args::close::dcargsclose0 |
( |
type(args), intent(inout) |
arg | ) |
|
|
private |
Definition at line 368 of file dc_args.f90.
373 type(args),
intent(inout) :: arg
376 if (arg % initialized)
then 377 if (
associated( arg % opt_table ) )
then 378 do i = 1,
size(arg % opt_table)
379 deallocate(arg % opt_table(i) % options)
382 deallocate(arg % opt_table)
385 deallocate(arg % cmd_opts_list)
386 deallocate(argstr_table)
387 deallocate(cmd_argv_list)
388 deallocate(cmd_opts_list)
The documentation for this interface was generated from the following file: