X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FInterpolation1D0D.cxx;h=1f09c091a05177fe0062aff8c32beab349adac37;hb=1b746b38f3cdeae6654a9501f37fde5e56e59288;hp=65ab1c0aaac09c4c410b7fb3e6e9ac2182eb7cc0;hpb=b219559763498c4bd10c730cd3d2c62b1eed45db;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/Interpolation1D0D.cxx b/src/INTERP_KERNEL/Interpolation1D0D.cxx index 65ab1c0aa..1f09c091a 100644 --- a/src/INTERP_KERNEL/Interpolation1D0D.cxx +++ b/src/INTERP_KERNEL/Interpolation1D0D.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 CEA/DEN, EDF R&D +// Copyright (C) 2018-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -23,13 +23,6 @@ namespace INTERP_KERNEL { - /** - * \class Interpolation1D0D - * \brief Class used to calculate the interpolation between a 1D mesh and 0D mesh (in 3D space) - * Can be seen as a specialization of Interpolation3D, and allows notably the adjustment of bounind boxes. - * - */ - Interpolation1D0D::Interpolation1D0D() {}