00001 #ifndef HOTTENTOTTENTIETENTROEPENTENTENTENTOONSTELLING 00002 /* this construction: make sure that comments don't make it into the 00003 fortran code. */ 00004 00005 /* WARNING: this file my only contain proprocessor directives, it is included 00006 * in Fortran code as well as in C code. Even comments are dangerous, although 00007 * comments using / * * / seem to compile ok (the pre-processor removes them? 00008 * ... 00009 */ 00010 #endif 00011 00012 #ifndef __DEFINES_H__ 00013 #define __DEFINES_H__ 00014 00015 #define NMAXAR 1000000 00016 00017 #define NBACK 9 00019 #define NFMAX 2000 00021 #define NCOLMAX 30 00023 #define NCUM 10 00024 #define NCUM2 2 00026 #define NFEH 4 00028 #define DEFVAL -99 00031 #define NSERSIC 51 00033 #define HUBBLE 0.108 00035 #endif