X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FLinearTimeInterpolator.hxx;h=bf867ade664b9164145b682475c2a78a0405ab5a;hb=c41e6035d050073ea10040690daae247865b8b74;hp=8c75ba79f4c9c1e93efb22ad68af16b02b117dbf;hpb=75943f980f7b908052ef03c2c0154508f4b0a039;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/LinearTimeInterpolator.hxx b/src/ParaMEDMEM/LinearTimeInterpolator.hxx index 8c75ba79f..bf867ade6 100644 --- a/src/ParaMEDMEM/LinearTimeInterpolator.hxx +++ b/src/ParaMEDMEM/LinearTimeInterpolator.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 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 @@ -25,10 +25,15 @@ #include #include -namespace ParaMEDMEM +namespace MEDCoupling { class DEC; + /*! + * Internal class, not part of the public API. + * + * Linear interpolation of a block of data between two given times. + */ class LinearTimeInterpolator : public TimeInterpolator { public: