Changeset 9998


Ignore:
Timestamp:
10/03/11 11:00:01 (13 years ago)
Author:
Eric.Larour
Message:

Adding METIS_PartMeshNodalPatch routine, to hide Metis 4.0 and 5.0 implementations.

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  
    66#define _METIS_INCLUDES_H_
    77
     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
    814/*Metis includes: */
    915#include <metis.h>
    1016
    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"
    1819
    1920#endif
Note: See TracChangeset for help on using the changeset viewer.