浏览代码

deactivated debugmode in RSMarkovCluster

Sven Sickert 8 年之前
父节点
当前提交
6af9de8f26
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;