Bjoern Froehlich 13 жил өмнө
parent
commit
ec28cc5541

+ 1 - 1
semseg/SemSegContextTree.cpp

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