Salome HOME
53225: Viscous Layers hyp: problem with selection of input/output faces
[modules/smesh.git] / src / SMESH / memoire.h
index c742544080564135a6155349c2bf9cd2be527851..b153ac73d75b7fd3cdf5437ccc1256a021aab9cb 100644 (file)
@@ -39,7 +39,7 @@ void memostat(const char* f, int l)
 }
 
 #if defined(_DEBUG_) || defined(_DEBUG)
-#define MEMOSTAT memostat( __FILE__, __LINE__ )
+#define MEMOSTAT //memostat( __FILE__, __LINE__ )
 #else
 #define MEMOSTAT
 #endif