Public Member Functions | |
| subroutine | dcargsopen0 (arg) |
Definition at line 283 of file dc_args.f90.
| subroutine dc_args::dcargsopen::dcargsopen0 | ( | type(args), intent(out) | arg | ) |
Initialize ARGS derived type variable
Initializes ARGS derived type variable.
When using ARGS derived type variable, please perform initialization first with this subroutine.
This subroutine stores command line argument information obtained using IARGC and GETARG in lower-level subroutines into argument arg.
| [out] | arg | ARGS derived type variable to initialize |
Definition at line 427 of file dc_args.f90.