Salome HOME
Move medtool folder to MED base repository
[modules/med.git] / idl / ParaMEDMEMComponent.idl
index e591b96ccc5b996240ac38736c2f79903f7a05d2..f95088daec68870ce2bd45c644c4c5eb3f6bf150 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // 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
@@ -53,8 +53,7 @@ module SALOME_MED
                                  in double max_distance_for_3Dsurf_intersect,
                                  in long orientation,
                                  in boolean measure_abs,
-                                 in string splitting_policy,
-                                 in boolean P1P0_bary_method) raises (SALOME::SALOME_Exception);
+                                 in string splitting_policy) raises (SALOME::SALOME_Exception);
     void initializeCoupling(in string coupling, in string ior) raises (SALOME::SALOME_Exception);
     void terminateCoupling(in string coupling) raises (SALOME::SALOME_Exception);
   };