Fix previous commit

This commit is contained in:
Thomas Krijnen
2019-02-08 16:53:09 +01:00
parent 7f9d418112
commit c3adcf631a
+1 -1
View File
@@ -443,7 +443,7 @@ public:
for (auto& part : elem->geometry()) {
TopExp_Explorer exp(part.Shape(), TopAbs_FACE);
while (exp.More()) {
for (; exp.More(); exp.Next()) {
GProp_GProps prop;
BRepGProp::SurfaceProperties(exp.Current(), prop);
const double area = prop.Mass();