Преглед на файлове

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 );