00001 #ifndef _MASKVAL_H_ 00002 #define _MASKVAL_H_ 00003 00004 #if 0 00005 These mask value definitions should correspond with those in LevelMask.H 00006 They are intended for use in FORTRAN routines 00007 #endif 00008 00009 #define MASKCOVERED -2 00010 #define MASKPHYS -1 00011 #define MASKCOPY 0 00012 #define MASKCOARSE 1 00013 00014 #endif