Salome HOME
fix check that submeshes are computed if !algo->OnlyUnaryInput()
[modules/smesh.git] / src / StdMeshers / StdMeshers_MEFISTO_2D.hxx
index bc229bd2c61554b012fc8042d4e1aea49a844849..8ca0b72b8dc02ec278c5c929dc76ddb757bce4d7 100644 (file)
@@ -83,7 +83,7 @@ protected:
 
   std::list<const SMDS_MeshNode*> myNodesOnCommonV;
 
-  SMESH_MesherHelper* myTool; // toll for working with quadratic elements
+  SMESH_MesherHelper* myTool; // tool for working with quadratic elements
 };
 
 #endif