Salome HOME
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
authoreap <eap@opencascade.com>
Tue, 20 Feb 2007 07:28:02 +0000 (07:28 +0000)
committereap <eap@opencascade.com>
Tue, 20 Feb 2007 07:28:02 +0000 (07:28 +0000)
   fix comments

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