Salome HOME
Merge commit '0d956a814' into pre/IMPS_2016
[modules/hydro.git] / src / HYDROData / HYDROData_LinearInterpolator.h
index df1bacb56d370e3a5d42ed5a002faecd007de6ea..a84b5d846724c1def0277e090b13388ff91f84f7 100644 (file)
@@ -1,8 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
-//
-// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
+// Copyright (C) 2014-2015  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
@@ -48,12 +44,12 @@ public:
   /**
    *
    */
-  HYDRODATA_EXPORT virtual std::string GetDescription() const;
+  HYDRODATA_EXPORT virtual TCollection_AsciiString GetDescription() const;
 
   /**
    *
    */
-  HYDRODATA_EXPORT virtual InterpolationError Calculate();
+  HYDRODATA_EXPORT virtual void Calculate();
 };
 
 #endif