Definition at line 274 of file dc_args.f90.
◆ dcargsclose0()
| subroutine dc_args::close::dcargsclose0 |
( |
type(args), intent(inout) |
arg | ) |
|
Definition at line 367 of file dc_args.f90.
368
369
370
372 implicit none
373 type(ARGS), intent(inout) :: arg
374 integer :: i
375 continue
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)
380 end do
381
382 deallocate(arg % opt_table)
383 end if
384
385 deallocate(arg % cmd_opts_list)
386 deallocate(argstr_table)
387 deallocate(cmd_argv_list)
388 deallocate(cmd_opts_list)
389
391 end if
The documentation for this interface was generated from the following file: