mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
Define DBGOUT in release mode as well
+#else +#define DBGOUT(msg)
This commit is contained in:
parent
60f63d70ba
commit
24d17babc5
@ -70,6 +70,8 @@ using namespace std;
|
||||
// }
|
||||
#ifdef _DEBUG_
|
||||
#define DBGOUT(msg) //cout << msg << endl;
|
||||
#else
|
||||
#define DBGOUT(msg)
|
||||
#endif
|
||||
|
||||
namespace TAssocTool = StdMeshers_ProjectionUtils;
|
||||
|
Loading…
Reference in New Issue
Block a user