浏览代码

minor changes for test purposes

Alexander Freytag 12 年之前
父节点
当前提交
33eb3d18ed
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      progs/testActiveSemanticSegmentationBinary.cpp

+ 4 - 0
progs/testActiveSemanticSegmentationBinary.cpp

@@ -45,6 +45,10 @@ int main( int argc, char **argv )
   
   ResourceStatistics rs;
   
+  NICE::MatrixT<double> matTemp;
+  std::cerr << "foo " << std::endl;
+  std::cerr << matTemp << std::endl;
+  
   bool show_result = conf.gB( "debug", "show_results", false );
 
   bool write_results = conf.gB( "debug", "write_results", false );