Changeset 9998
- Timestamp:
- 10/03/11 11:00:01 (13 years ago)
- Location:
- issm/trunk/src/c/toolkits/metis
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/toolkits/metis/metisincludes.h
r8568 r9998 6 6 #define _METIS_INCLUDES_H_ 7 7 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #else 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 8 14 /*Metis includes: */ 9 15 #include <metis.h> 10 16 11 #ifdef __cplusplus 12 extern "C" { 13 #endif 14 void METIS_PartMeshNodal(int *, int *, idxtype *, int *, int *, int *, int *, idxtype *, idxtype *); 15 #ifdef __cplusplus 16 } 17 #endif 17 /*our own patches: */ 18 #include "patches/metispatches.h" 18 19 19 20 #endif
Note:
See TracChangeset
for help on using the changeset viewer.