Browse Source

minor changes for test purposes

Alexander Freytag 12 years ago
parent
commit
33eb3d18ed
1 changed files with 4 additions and 0 deletions
  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 );