Changeset 8568
- Timestamp:
- 06/08/11 15:39:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/toolkits/metis/metisincludes.h
r4275 r8568 9 9 #include <metis.h> 10 10 11 extern "C" void METIS_PartMeshNodal(int *, int *, idxtype *, int *, int *, int *, int *, idxtype *, idxtype *); 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 12 18 13 19 #endif
Note:
See TracChangeset
for help on using the changeset viewer.