From 1bd87690e51522ead8368c5d4b17c1859f59d9cd Mon Sep 17 00:00:00 2001 From: mnt Date: Mon, 21 Dec 2015 14:34:11 +0300 Subject: [PATCH] RNV: fix compilation error with the -DSALOME_BUILD_GUI=OFF option. --- src/MEDCalc/cmp/MEDPresentation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MEDCalc/cmp/MEDPresentation.cxx b/src/MEDCalc/cmp/MEDPresentation.cxx index b389d5884..66f3b879c 100644 --- a/src/MEDCalc/cmp/MEDPresentation.cxx +++ b/src/MEDCalc/cmp/MEDPresentation.cxx @@ -21,7 +21,7 @@ #include "MEDFactoryClient.hxx" #include "MEDPresentation.hxx" #include "MEDCouplingRefCountObject.hxx" -#include +//#include #include MEDPresentation::MEDPresentation(MEDCALC::FieldHandler* fieldHdl, std::string name) @@ -116,7 +116,7 @@ void MEDPresentationScalarMap::internalGeneratePipeline() std::cout << "\tfileName: " << fileName << std::endl; { // PyLock protected section - PyLockWrapper lock; + //PyLockWrapper lock; PyRun_SimpleString("print 'hello world'"); std::string cmd = std::string( -- 2.39.2