+ fix whitespaces
This commit is contained in:
parent
eae2ce3ac2
commit
b51fcb4470
|
@ -417,11 +417,11 @@ void MeshAlgorithm::GetFacetBorders (const std::vector<unsigned long> &raulInd,
|
||||||
if (ulNB != ULONG_MAX) {
|
if (ulNB != ULONG_MAX) {
|
||||||
if (rclFAry[ulNB].IsFlag(MeshFacet::VISIT) == true)
|
if (rclFAry[ulNB].IsFlag(MeshFacet::VISIT) == true)
|
||||||
continue;
|
continue;
|
||||||
}
|
|
||||||
|
|
||||||
aclEdges.push_back(rclFacet.GetEdge(i));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
aclEdges.push_back(rclFacet.GetEdge(i));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (aclEdges.size() == 0)
|
if (aclEdges.size() == 0)
|
||||||
return; // no borders found (=> solid)
|
return; // no borders found (=> solid)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user