00001 #ifndef _AVERAGEF_F_H_ 00002 #define _AVERAGEF_F_H_ 00003 00004 #include "FORT_PROTO.H" 00005 #include "REAL.H" 00006 00007 extern "C" 00008 { 00009 00010 // Prototype for Fortran procedure average ... 00011 // 00012 #define FORT_AVERAGE FORTRAN_NAME( AVERAGE ,average ) 00013 void 00014 FORT_AVERAGE( 00015 CHFp_FRA(coarse) 00016 ,CHFp_CONST_FRA(fine) 00017 ,CHFp_BOX(b) 00018 ,CHFp_CONST_INT(ref_ratio) 00019 ,CHFp_BOX(bref) ); 00020 00021 } 00022 00023 #endif