Salome HOME
Update copyrights 2014.
[modules/hexablock.git] / src / HEXABLOCKGUI / HEXABLOCKGUI_DocumentModel.hxx
index a44306eae68ffc4f6ceabffd4a28bffe40b62ede..169d9634e2cbeef56905de2919a52ec63a18f90a 100755 (executable)
@@ -1,9 +1,9 @@
-// Copyright (C) 2009-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -366,15 +366,9 @@ namespace HEXABLOCK
       bool performSymmetryLine( const QModelIndex& elts, const QModelIndex& v, const QModelIndex& vec );
       bool performSymmetryPlane( const QModelIndex& elts, const QModelIndex& v, const QModelIndex& vec );
 
-      QModelIndex replace( const QModelIndexList& quadsPattern,
-                           const QModelIndex& ip1, const QModelIndex& ic1,
-                           const QModelIndex& ip2, const QModelIndex& ic2,
-                           const QModelIndex& ip3, const QModelIndex& ic3 ); //NEW HEXA3
-
       QModelIndex replace( const QModelIndexList& iquads_source, const QModelIndexList& iquads_dest,
                            const QModelIndex& ip1_source, const QModelIndex& ic1_dest,
-                           const QModelIndex& ip2_source, const QModelIndex& ic2_dest,
-                           const QModelIndex& ip3_source, const QModelIndex& ic3_dest );
+                           const QModelIndex& ip2_source, const QModelIndex& ic2_dest);
 
 
       // ************  ASSOCIATION ************