Salome HOME
0020551: EDF SMESH: misplaced page in help page
[modules/smesh.git] / src / StdMeshers / StdMeshers_Quadrangle_2D.hxx
index 6c26fde4a0f671154efaf04834c7a7afbced428a..25083af3209aaac942148aaea84dcdbe57b94db0 100644 (file)
@@ -121,11 +121,14 @@ protected:
 
   // true if QuadranglePreference hypothesis is assigned that forces
   // construction of quadrangles if the number of nodes on opposite edges
-  // is not the same in the case where the global number of nodes on edges is even
+  // is not the same in the case where the global number of nodes on edges
+  // is even
   bool myQuadranglePreference;
 
   bool myTrianglePreference;
 
+  int myTriaVertexID;
+
   SMESH_MesherHelper* myTool; // tool for working with quadratic elements
 };