Salome HOME
PAL15161 (Mesh to pass through a point - preview works wrong for the submesh and...
[modules/smesh.git] / src / StdMeshers / StdMeshers_Penta_3D.hxx
index df5aaae0f33928bb26142cc44d8584ec8085668a..a635a3828f5800a9bd321e0b27ac3df7e07dcdc8 100644 (file)
@@ -256,7 +256,7 @@ class StdMeshers_Penta_3D {
     vector<gp_XYZ>            myShapeXYZ; // point on each sub-shape
 
     bool myCreateQuadratic;
-    SMESH_MesherHelper* myTool; // toll for working with quadratic elements
+    SMESH_MesherHelper* myTool; // tool building quadratic elements
 };
 
 #endif