Salome HOME
IPAL54303: CGNS export problems
[modules/smesh.git] / src / SMESH_I / SMESH_Mesh_i.hxx
index 62d08763d3e4dac3a7c3aa8514e0e1f3387e57f4..39fd2aa1cd12d618a8ef6534acdb21ca6784b293 100644 (file)
@@ -251,7 +251,8 @@ public:
   void ExportSTL( const char* file, bool isascii ) throw (SALOME::SALOME_Exception);
   void ExportCGNS(SMESH::SMESH_IDSource_ptr meshPart,
                   const char*               file,
-                  CORBA::Boolean            overwrite) throw (SALOME::SALOME_Exception);
+                  CORBA::Boolean            overwrite,
+                  CORBA::Boolean            groupElemsByType) throw (SALOME::SALOME_Exception);
   void ExportGMF(SMESH::SMESH_IDSource_ptr meshPart,
                  const char*               file,
                  CORBA::Boolean            withRequiredGroups) throw (SALOME::SALOME_Exception);