Browse Source

Merge pull request #334 from atismer/master

*fix bug: stl file is closed twiced when reading ascii

Former-commit-id: d3b9d43252b4ac7ac98a8cd10fc3172e952f6662
Alec Jacobson 8 years ago
parent
commit
dc235409b0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/igl/readSTL.cpp

+ 0 - 1
include/igl/readSTL.cpp

@@ -187,7 +187,6 @@ IGL_INLINE bool igl::readSTL(
       }
     }
     // read endfacet
-    fclose(stl_file);
     goto close_true;
   }else
   {