![]() |
FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | Grid_parseNonRep (strlwr, nonrep, idx) |
| subroutine Grid_parseNonRep | ( | character(*), intent(in) | strlwr, |
| integer, intent(out) | nonrep, | ||
| integer, intent(out) | idx | ||
| ) |
Given the string name of a nonreplicated variable array element, returns the array id and index.
strlwr - the all lowercase string name of the array element, MUST BE ALL lowercase nonrep - receives the array id idx - receives the array index
Definition at line 26 of file Grid_parseNonRep.F90.