Previous:
get_healpix_data_dir, get_healpix_main_dir, get_healpix_test_dir
Up:
HEALPix/F90 subroutines
Next:
getEnvironment
Top:
Main Page
getArgument
This subroutine emulates the C routine
getarg
, which returns the value of a given command line argument.
Location in HEALPix directory tree:
src/f90/mod/extension.F90
FORMAT
call
getArgument
(
index
,
value
)
ARGUMENTS
name & dimensionality
kind
in/out
description
index
I4B
IN
index of the command line argument (where the first argument has index 1)
value
CHR
OUT
value of the argument
RELATED ROUTINES
This section lists the routines related to
getArgument
getEnvironment
returns value of environment variable
nArguments
returns number of command line arguments
Previous:
get_healpix_data_dir, get_healpix_main_dir, get_healpix_test_dir
Up:
HEALPix/F90 subroutines
Next:
getEnvironment
Top:
Main Page
Version 3.31, 2016-08-26