From e080ce7ed3edb963f1c14b191fce2ac613efbbf5 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 4 Sep 2013 12:11:16 +0200 Subject: [PATCH] + fix whitespaces --- src/Mod/Mesh/App/Core/Algorithm.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/Mesh/App/Core/Algorithm.cpp b/src/Mod/Mesh/App/Core/Algorithm.cpp index 18847d6643..31ac95a146 100644 --- a/src/Mod/Mesh/App/Core/Algorithm.cpp +++ b/src/Mod/Mesh/App/Core/Algorithm.cpp @@ -417,11 +417,11 @@ void MeshAlgorithm::GetFacetBorders (const std::vector &raulInd, if (ulNB != ULONG_MAX) { if (rclFAry[ulNB].IsFlag(MeshFacet::VISIT) == true) continue; - } - - aclEdges.push_back(rclFacet.GetEdge(i)); } + + aclEdges.push_back(rclFacet.GetEdge(i)); } + } if (aclEdges.size() == 0) return; // no borders found (=> solid)