From e5b4f0028f91d4807a40995c16e4d8d56dd08987 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 7 Jul 2012 11:52:18 +0200 Subject: [PATCH] 0000788: OFF import doesn't handle empty lines properly --- src/Mod/Mesh/App/Core/MeshIO.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/Mod/Mesh/App/Core/MeshIO.cpp b/src/Mod/Mesh/App/Core/MeshIO.cpp index 7d70247716..909c664f54 100644 --- a/src/Mod/Mesh/App/Core/MeshIO.cpp +++ b/src/Mod/Mesh/App/Core/MeshIO.cpp @@ -565,7 +565,8 @@ bool MeshInput::LoadOFF (std::istream &rstrIn) meshPoints.reserve(numPoints); meshFacets.reserve(numFaces); - for (int i=0; i