Go to the source code of this file.
Defines | |
#define | BL_TO_FORTRAN(x) (x).dataPtr(), ARLIM((x).loVect()), ARLIM((x).hiVect()) |
#define | BL_TO_FORTRAN_N(x, n) (x).dataPtr(n), ARLIM((x).loVect()), ARLIM((x).hiVect()) |
#define BL_TO_FORTRAN | ( | x | ) | (x).dataPtr(), ARLIM((x).loVect()), ARLIM((x).hiVect()) |
#define BL_TO_FORTRAN_N | ( | x, | |||
n | ) | (x).dataPtr(n), ARLIM((x).loVect()), ARLIM((x).hiVect()) |