From 80badcb0ec3206814cf0feb160c68839bdd85500 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 25 Jul 2005 05:57:01 +0000 Subject: [PATCH] Fix compilation after changes in MED --- src/CalculatorComponent/CalculatorEngine.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CalculatorComponent/CalculatorEngine.cxx b/src/CalculatorComponent/CalculatorEngine.cxx index 8855c4f..85e36a8 100644 --- a/src/CalculatorComponent/CalculatorEngine.cxx +++ b/src/CalculatorComponent/CalculatorEngine.cxx @@ -45,6 +45,10 @@ using namespace MEDMEM; using namespace std; +#ifndef MED_TAILLE_PNOM +#define MED_TAILLE_PNOM MED_TAILLE_PNOM21 +#endif + //================================================================================ // static PrintFieldValues - shows field contents //================================================================================ -- 2.39.2