00001 #ifndef _CHANNELBCF_F_H_ 00002 #define _CHANNELBCF_F_H_ 00003 00004 #include "FORT_PROTO.H" 00005 #include "REAL.H" 00006 00007 extern "C" 00008 { 00009 00010 // Prototype for Fortran procedure CHANNELNORMINFLOWBC ... 00011 // 00012 #define FORT_CHANNELNORMINFLOWBC FORTRAN_NAME( CHANNELNORMINFLOWBC ,channelnorminflowbc ) 00013 void 00014 FORT_CHANNELNORMINFLOWBC( 00015 CHFp_FRA1(inflowVel) 00016 ,CHFp_REAL(dx) 00017 ,CHFp_CONST_INT(dir) 00018 ,CHFp_BOX(domain) ); 00019 00020 } 00021 00022 #endif