00001 #ifndef _LEVELMGF_F_H_ 00002 #define _LEVELMGF_F_H_ 00003 00004 #include "FORT_PROTO.H" 00005 #include "REAL.H" 00006 00007 extern "C" 00008 { 00009 00010 // Prototype for Fortran procedure INTERPMG ... 00011 // 00012 #define FORT_INTERPMG FORTRAN_NAME( INTERPMG ,interpmg ) 00013 void 00014 FORT_INTERPMG( 00015 CHFp_FRA(fine) 00016 ,CHFp_CONST_FRA(crse) 00017 ,CHFp_BOX(region) 00018 ,CHFp_CONST_INT(nref) 00019 ,CHFp_BOX(bref) ); 00020 00021 } 00022 00023 #endif