ExodusII
5.15
|
00001 #ifndef __exodusII_test_h 00002 #define __exodusII_test_h 00003 00004 #include "exodusII.h" 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif /* __cplusplus */ 00009 00010 int cCreateEdgeFace( int, char*[] ); 00011 int cReadEdgeFace( int, char*[] ); 00012 00013 #ifdef __cplusplus 00014 } 00015 #endif /* __cplusplus */ 00016 00017 inline int CreateEdgeFace( int argc, char* argv[] ) { return cCreateEdgeFace( argc, argv ); } 00018 inline int ReadEdgeFace( int argc, char* argv[] ) { return cReadEdgeFace( argc, argv ); } 00019 00020 #endif /* __exodusII_test_h */