X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FInterpolation1D0D.cxx;h=1f09c091a05177fe0062aff8c32beab349adac37;hb=1b746b38f3cdeae6654a9501f37fde5e56e59288;hp=1e7862c37bf397e0b4723957180372f5ba754a79;hpb=46ddce3caf8076fa140934bb3ce88c5d8040efb9;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/Interpolation1D0D.cxx b/src/INTERP_KERNEL/Interpolation1D0D.cxx index 1e7862c37..1f09c091a 100644 --- a/src/INTERP_KERNEL/Interpolation1D0D.cxx +++ b/src/INTERP_KERNEL/Interpolation1D0D.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2018 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() {} @@ -44,8 +37,8 @@ namespace INTERP_KERNEL const int SPACE_DIM = 3; const double adj(getPrecision());// here precision is used instead of getBoundingBoxAdjustment and getBoundingBoxAdjustmentAbs because in the context only precision is relevant - long size = bbox.size()/(2*SPACE_DIM); - for (int i=0; i