00001 #ifndef _PATCHGODUNOVF_F_H_ 00002 #define _PATCHGODUNOVF_F_H_ 00003 00004 #include "FORT_PROTO.H" 00005 #include "REAL.H" 00006 00007 extern "C" 00008 { 00009 00010 // Prototype for Fortran procedure FLUXDIFFF ... 00011 // 00012 #define FORT_FLUXDIFFF FORTRAN_NAME( FLUXDIFFF ,fluxdifff ) 00013 void 00014 FORT_FLUXDIFFF( 00015 CHFp_FRA(diff) 00016 ,CHFp_CONST_FRA(F) 00017 ,CHFp_CONST_INT(idir) 00018 ,CHFp_BOX(box) ); 00019 00020 } 00021 00022 #endif