Selaa lähdekoodia

deactivated debugmode in RSMarkovCluster

Sven Sickert 8 vuotta sitten
vanhempi
commit
6af9de8f26
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;