X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_IProfilesInterpolator.cxx;h=05cb3729bbffd10a1a1289eee6ad8a62ac00e712;hb=c5ae2ec8ffa7b30a77bcef4fbb316c6ece4928b5;hp=264de9715f169a0d967f34622a8a23ae31d96170;hpb=53a95466cbe84e05377a265238b6af6a0c718981;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_IProfilesInterpolator.cxx b/src/HYDROData/HYDROData_IProfilesInterpolator.cxx index 264de971..05cb3729 100644 --- a/src/HYDROData/HYDROData_IProfilesInterpolator.cxx +++ b/src/HYDROData/HYDROData_IProfilesInterpolator.cxx @@ -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 @@ -21,7 +17,7 @@ // #include "HYDROData_IProfilesInterpolator.h" - +#include #include const int DEFAULT_RESULT_PROFILES_NB = 1; ///< default number of results profiles @@ -195,4 +191,4 @@ NCollection_Sequence HYDROData_IProfilesInterpolator::GetPoints( const s } return aProfilePoints; -} \ No newline at end of file +}