00001 #ifndef _SOLIDVELBCF_F_H_ 00002 #define _SOLIDVELBCF_F_H_ 00003 00004 #include "FORT_PROTO.H" 00005 #include "REAL.H" 00006 00007 extern "C" 00008 { 00009 00010 // Prototype for Fortran procedure SOLIDVELBCF ... 00011 // 00012 #define FORT_SOLIDVELBCF FORTRAN_NAME( SOLIDVELBCF ,solidvelbcf ) 00013 void 00014 FORT_SOLIDVELBCF( 00015 CHFp_FRA(F) 00016 ,CHFp_CONST_FRA(Wextrap) 00017 ,CHFp_CONST_REAL(bcVal) 00018 ,CHFp_CONST_INT(lohisign) 00019 ,CHFp_CONST_REAL(dx) 00020 ,CHFp_CONST_INT(dir) 00021 ,CHFp_BOX(box) ); 00022 00023 } 00024 00025 #endif