From 1d3af1333d29f7157d7af214c1d9ef61188ff564 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 17 Jan 2011 08:59:00 +0000 Subject: [PATCH] 0020832: EDF 1359 SMESH : Automatic meshing of boundary layers compilation in release mode --- src/StdMeshers/StdMeshers_ViscousLayers.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 } -- 2.39.2