Salome HOME
Increment version: 7.8.0
[modules/med.git] / idl / MEDCalculator.idl
index 28dbcd7ea4fdd0815873a9108ee9b5b696602d1a..e1048322a9807589b4383400b2a914769f8e1836 100644 (file)
@@ -1,21 +1,22 @@
-//  Copyright (C) 2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2011-2016  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.
+// 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, 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
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-//  Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
 //
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 // Authors : Guillaume Boulant (EDF) - 01/06/2011
 
 #ifndef _MED_CALCULATOR_IDL_
 #include "SALOME_GenericObj.idl"
 #include "MEDDataManager.idl"
 
-module MEDOP
+module MEDCALC
 {
-  
+
   /*!
    * This constants may be used for the value of an argument of a
    * function of the interface to specify that the function must
    * consider a default value.
    */
-  typedef long medopNumber;
-  const medopNumber NBCOMP_DEFAULT=-1;
+  typedef long medcalcNumber;
+  const medcalcNumber NBCOMP_DEFAULT=-1;
 
   interface MEDCalculator: SALOME::GenericObj
   {
@@ -63,7 +64,7 @@ module MEDOP
     /* FieldHandler ini(in double value) raises (SALOME::SALOME_Exception); */
 
     /*! Transformation of the field f using a custom function */
-    FieldHandler fct(in FieldHandler f, in string function, in medopNumber nbResComponents)
+    FieldHandler fct(in FieldHandler f, in string function, in medcalcNumber nbResComponents)
       raises (SALOME::SALOME_Exception);
 
   };