소스 검색

write globfeats

Bjoern Froehlich 13 년 전
부모
커밋
ec28cc5541
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 != "" )
   {