From: ageay Date: Wed, 14 Mar 2012 14:17:37 +0000 (+0000) Subject: Report modification of preprocessor definition for metis, scotch. X-Git-Tag: V6_main_FINAL~793 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=44ff5142cf3cbf348fb06f68344d61c129e08def;p=tools%2Fmedcoupling.git Report modification of preprocessor definition for metis, scotch. --- diff --git a/src/RENUMBER/RenumberingFactory.cxx b/src/RENUMBER/RenumberingFactory.cxx index 7b8205968..2bd11dcdb 100644 --- a/src/RENUMBER/RenumberingFactory.cxx +++ b/src/RENUMBER/RenumberingFactory.cxx @@ -19,7 +19,7 @@ #include "RenumberingFactory.hxx" #include "RENUMBER_Renumbering.hxx" -#ifdef ENABLE_METIS +#ifdef MED_ENABLE_METIS #include "RENUMBER_METISRenumbering.hxx" #endif #ifdef ENABLE_BOOST @@ -34,7 +34,7 @@ namespace MED_RENUMBER { Renumbering* RenumberingFactory(const string &s) { -#ifdef ENABLE_METIS +#ifdef MED_ENABLE_METIS #ifdef ENABLE_BOOST if (s=="METIS") { @@ -62,7 +62,7 @@ namespace MED_RENUMBER } #endif #endif -#ifndef ENABLE_METIS +#ifndef MED_ENABLE_METIS #ifdef ENABLE_BOOST if (s=="BOOST") {