]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers BR_ViscousLayerAlgo
authoreap <eap@opencascade.com>
Mon, 17 Jan 2011 08:59:00 +0000 (08:59 +0000)
committereap <eap@opencascade.com>
Mon, 17 Jan 2011 08:59:00 +0000 (08:59 +0000)
   compilation in release mode

src/StdMeshers/StdMeshers_ViscousLayers.cxx

index 568b9ba23ac8ddd51d11e8454df6dc3464bd5525..f02d0780c2abcb0d220a39a2cda22b5b9b1e72ae 100644 (file)
@@ -64,7 +64,7 @@
 #include <string>
 #include <math.h>
 
-#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
 }