Octopus
command_line_oct_m::set_number_clarg Interface Reference

If Fortran 2003 interface to command line arguments is not available, define it using an interface over Fortran 77 API. More...

Detailed Description

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)
 

Constructor & Destructor Documentation

◆ set_number_clarg()

subroutine command_line_oct_m::set_number_clarg::set_number_clarg ( integer, intent(in)  argc)
private

Definition at line 289 of file command_line.F90.


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