X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FVolSurfFormulae.hxx;h=5562de5a318aac55e40f67b9f85f5e24e47a9865;hb=d40f0fdb4e67ed8a7c910935954c546290e2b732;hp=b588ec3511e4f367605fc78d38a6ff671f4c4433;hpb=de8da643a7f441fb2154818cde04b7b24ca76bb4;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/VolSurfFormulae.hxx b/src/INTERP_KERNEL/VolSurfFormulae.hxx index b588ec351..5562de5a3 100644 --- a/src/INTERP_KERNEL/VolSurfFormulae.hxx +++ b/src/INTERP_KERNEL/VolSurfFormulae.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D +// Copyright (C) 2007-2015 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -721,37 +721,37 @@ namespace INTERP_KERNEL } template<> - inline void calculateBarycenter<2,0>(const double **/*pts*/, double */*bary*/) + inline void calculateBarycenter<2,0>(const double ** /*pts*/, double * /*bary*/) { } template<> - inline void calculateBarycenter<3,0>(const double **/*pts*/, double */*bary*/) + inline void calculateBarycenter<3,0>(const double ** /*pts*/, double * /*bary*/) { } template<> - inline void calculateBarycenter<4,0>(const double **/*pts*/, double */*bary*/) + inline void calculateBarycenter<4,0>(const double ** /*pts*/, double * /*bary*/) { } template<> - inline void calculateBarycenter<5,0>(const double **/*pts*/, double */*bary*/) + inline void calculateBarycenter<5,0>(const double ** /*pts*/, double * /*bary*/) { } template<> - inline void calculateBarycenter<6,0>(const double **/*pts*/, double */*bary*/) + inline void calculateBarycenter<6,0>(const double ** /*pts*/, double * /*bary*/) { } template<> - inline void calculateBarycenter<7,0>(const double **/*pts*/, double */*bary*/) + inline void calculateBarycenter<7,0>(const double ** /*pts*/, double * /*bary*/) { } template<> - inline void calculateBarycenter<8,0>(const double **/*pts*/, double */*bary*/) + inline void calculateBarycenter<8,0>(const double ** /*pts*/, double * /*bary*/) { }