Salome HOME
IPAL54303: CGNS export problems
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index a8ec5dfae4e0fdfc1762cd981c82ddcccc53dea1..91a1f2cdb5a810f314944d21be1b9726d57f093f 100644 (file)
@@ -267,7 +267,8 @@ class SMESH_EXPORT SMESH_Mesh
                  const SMESHDS_Mesh* meshPart = 0) throw(SALOME_Exception);
   void ExportCGNS(const char *        file,
                   const SMESHDS_Mesh* mesh,
-                  const char *        meshName = 0);
+                  const char *        meshName = 0,
+                  const bool          groupElemsByType = false);
   void ExportGMF(const char *        file,
                  const SMESHDS_Mesh* mesh,
                  bool                withRequiredGroups = true );