From: eap Date: Mon, 17 Jan 2011 08:59:00 +0000 (+0000) Subject: 0020832: EDF 1359 SMESH : Automatic meshing of boundary layers X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1d3af1333d29f7157d7af214c1d9ef61188ff564;p=modules%2Fsmesh.git 0020832: EDF 1359 SMESH : Automatic meshing of boundary layers compilation in release mode --- diff --git a/src/StdMeshers/StdMeshers_ViscousLayers.cxx b/src/StdMeshers/StdMeshers_ViscousLayers.cxx index 568b9ba23..f02d0780c 100644 --- a/src/StdMeshers/StdMeshers_ViscousLayers.cxx +++ b/src/StdMeshers/StdMeshers_ViscousLayers.cxx @@ -64,7 +64,7 @@ #include #include -#define __myDEBUG +//#define __myDEBUG using namespace std; @@ -722,10 +722,11 @@ namespace void dumpFunctionEnd() { *py<< " return"<< endl; } #else - struct PyDump {}; + struct PyDump { PyDump() {} }; void dumpFunction(const string& fun ){} void dumpFunctionEnd() {} void dumpMove(const SMDS_MeshNode* n ){} + void dumpCmd(const string& txt){} #endif }