From: eap Date: Tue, 20 Feb 2007 07:28:02 +0000 (+0000) Subject: PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis") X-Git-Tag: V3_2_6a1~61 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ba03e23aa0c75b2276566971a55415cc912e6673;p=modules%2Fsmesh.git PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis") fix comments --- diff --git a/src/StdMeshers/StdMeshers_Penta_3D.hxx b/src/StdMeshers/StdMeshers_Penta_3D.hxx index df5aaae0f..a635a3828 100644 --- a/src/StdMeshers/StdMeshers_Penta_3D.hxx +++ b/src/StdMeshers/StdMeshers_Penta_3D.hxx @@ -256,7 +256,7 @@ class StdMeshers_Penta_3D { vector 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