Răsfoiți Sursa

deactivated debugmode in RSMarkovCluster

Sven Sickert 8 ani în urmă
părinte
comite
6af9de8f26
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      RSMarkovCluster.cpp

+ 1 - 1
RSMarkovCluster.cpp

@@ -12,7 +12,7 @@ using namespace OBJREC;
 using namespace NICE;
 using namespace std;
 
-#define DEBUGMODE
+//#define DEBUGMODE
 #ifdef DEBUGMODE
 #include <boost/date_time/posix_time/posix_time.hpp>
 using namespace boost::posix_time;