Explorar el Código

write globfeats

Bjoern Froehlich hace 13 años
padre
commit
ec28cc5541
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      semseg/SemSegContextTree.cpp

+ 1 - 1
semseg/SemSegContextTree.cpp

@@ -1974,7 +1974,7 @@ void SemSegContextTree::semanticseg ( CachedExample *ce, NICE::Image & segresult
 #ifdef WRITEGLOB
   outstream = ofstream("filelist.txt",ofstream::app);
   outstream << orgname << ".dat" << endl;
-  oitstream.close();
+  outstream.close();
 #endif
   if ( cndir != "" )
   {