Salome HOME
0022523: [CEA 1096] Add a colomn "biquadratic" in "Mesh Information"
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshInfo.h
index e291d690ea4cb78e4fbeb5529e61a1f098c441c2..69faa42cc9797f2612455c97979c8fcc52fd887c 100644 (file)
@@ -108,7 +108,8 @@ class SMESHGUI_EXPORT SMESHGUI_MeshInfo : public QFrame
     iSingle = 1,
     iTotal  = iSingle,
     iLinear,
-    iQuadratic
+    iQuadratic,
+    iBiQuadratic
   };
 
   typedef QList<QWidget*> wlist;