Octopus
command_line_oct_m::getopt_octopus Interface Reference

Each program/utility that needs to use the getopt features should have an interface here – the definition of the procedure should be given in the getopt_f.c file. And they MUST be listed under public above, or they have no effect! Arguments should be intent(inout) since default values are setting by the calling routine, and are left unchanged if the corresponding option is not given. More...

Detailed Description

Each program/utility that needs to use the getopt features should have an interface here – the definition of the procedure should be given in the getopt_f.c file. And they MUST be listed under public above, or they have no effect! Arguments should be intent(inout) since default values are setting by the calling routine, and are left unchanged if the corresponding option is not given.

Definition at line 196 of file command_line.F90.

Private Member Functions

subroutine getopt_octopus (config_str)
 

Constructor & Destructor Documentation

◆ getopt_octopus()

subroutine command_line_oct_m::getopt_octopus::getopt_octopus ( character(len=*), intent(in)  config_str)
private

Definition at line 196 of file command_line.F90.


The documentation for this interface was generated from the following file: