PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")

fix comments
This commit is contained in:
eap 2007-02-20 07:28:02 +00:00
parent c3118ad1b2
commit ba03e23aa0

View 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