X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMEDFileField.txx;h=d08370c773d46b3689e2db6e7bafbc2edfda39fa;hb=8d65b3fe9fcfb3f41dadfe696f3853bfcc2d1cdf;hp=42e3edad307a7b4367193757b3fe70f4a1baa94f;hpb=ffdef130a5a36893d8e58d538884e79413975c7a;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MEDFileField.txx b/src/MEDLoader/MEDFileField.txx index 42e3edad3..d08370c77 100644 --- a/src/MEDLoader/MEDFileField.txx +++ b/src/MEDLoader/MEDFileField.txx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 @@ -691,11 +691,11 @@ namespace MEDCoupling } /*! - * Same as setFieldProfile except that here profile will be created un + * Same as setFieldProfile except that here profile will be created unconditionally * \sa setFieldProfile */ template - void setFieldProfileFlatly(const typename Traits::FieldType *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile) + void MEDFileTemplateField1TS::setFieldProfileFlatly(const typename Traits::FieldType *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile) { setFieldProfileGeneral(field,mesh,meshDimRelToMax,profile,false); }