From: mnt Date: Mon, 21 Dec 2015 11:34:11 +0000 (+0300) Subject: RNV: fix compilation error with the -DSALOME_BUILD_GUI=OFF option. X-Git-Tag: V8_0_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1bd87690e51522ead8368c5d4b17c1859f59d9cd;p=modules%2Fmed.git RNV: fix compilation error with the -DSALOME_BUILD_GUI=OFF option. --- 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(