X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FMEDCalculator.idl;h=e1048322a9807589b4383400b2a914769f8e1836;hb=0d0b1478f016ab0c9cf4a95ba79e0c7455cf2137;hp=70b7f4cb977662df02a2667bd1ce30a87094aca6;hpb=fafb785ce466eaf65c41b73b82a0753432d422ad;p=modules%2Fmed.git diff --git a/idl/MEDCalculator.idl b/idl/MEDCalculator.idl index 70b7f4cb9..e1048322a 100644 --- a/idl/MEDCalculator.idl +++ b/idl/MEDCalculator.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2015 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 @@ -25,16 +25,16 @@ #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 { @@ -64,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); };