00001 #ifndef _AVERAGEEDGEF_F_H_ 00002 #define _AVERAGEEDGEF_F_H_ 00003 00004 #include "FORT_PROTO.H" 00005 #include "REAL.H" 00006 00007 extern "C" 00008 { 00009 00010 // Prototype for Fortran procedure AVERAGEEDGE ... 00011 // 00012 #define FORT_AVERAGEEDGE FORTRAN_NAME( AVERAGEEDGE ,averageedge ) 00013 void 00014 FORT_AVERAGEEDGE( 00015 CHFp_FRA(coarse) 00016 ,CHFp_CONST_FRA(fine) 00017 ,CHFp_BOX(crseBox) 00018 ,CHFp_CONST_INT(dir) 00019 ,CHFp_CONST_INT(nRef) 00020 ,CHFp_BOX(refBox) ); 00021 00022 } 00023 00024 #endif