Explorar el Código

deactivated debugmode in RSMarkovCluster

Sven Sickert hace 8 años
padre
commit
6af9de8f26
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;