Octopus
|
If Fortran 2003 interface to command line arguments is not available, define it using an interface over Fortran 77 API. More...
If Fortran 2003 interface to command line arguments is not available, define it using an interface over Fortran 77 API.
This cannot be done in case the compiler defines the Fortran 77 API through intrinsic procedures. That case is taken care below. The following interfaces are private to this module, and should not be called from outside.
Definition at line 289 of file command_line.F90.
Private Member Functions | |
subroutine | set_number_clarg (argc) |
|
private |
Definition at line 289 of file command_line.F90.