FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Driver_envGetScalar.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Driver_envGetScalarInt (name, value)
 

Function/Subroutine Documentation

◆ Driver_envGetScalarInt()

subroutine Driver_envGetScalarInt ( character(len=*), intent(in)  name,
integer, intent(out)  value 
)

Get an integer value from a named environment variable.

name : the name as a Fortran character variable

value : the integer value returned, or -1 if the variable did not exist in the environment, is not a recognized representation of an integer, or some other error occurred.

NOTES

The specific implementation Driver_envGetScalarInt is made available under the generic name Driver_envGetScalar by a declaration in Driver_interface.

SEE ALSO

Driver_interface

Definition at line 39 of file Driver_envGetScalar.F90.