misc typos

misc-typos
This commit is contained in:
luzpaz
2017-09-15 00:18:44 -04:00
committed by wmayer
parent 7c366eae50
commit a3953e95df
3 changed files with 6 additions and 6 deletions

View File

@@ -205,7 +205,7 @@ TaskFemConstraintFluidBoundary::TaskFemConstraintFluidBoundary(ViewProviderFemCo
if (pcPart) { // deduct dimension from part_obj.Shape.ShapeType
const TopoDS_Shape & pShape = pcPart->Shape.getShape().getShape();
const TopAbs_ShapeEnum shapeType = pShape.IsNull() ? TopAbs_SHAPE : pShape.ShapeType();
if (shapeType == TopAbs_SOLID || shapeType ==TopAbs_COMPSOLID) // COMPSOLID is solids conected by faces
if (shapeType == TopAbs_SOLID || shapeType ==TopAbs_COMPSOLID) // COMPSOLID is solids connected by faces
dimension =3;
else if (shapeType == TopAbs_FACE || shapeType == TopAbs_SHELL)
dimension =2;