Salome HOME
Merge branch 'V9_3_BR'
[tools/medcoupling.git] / src / MEDLoader / MEDFileField.txx
index 42e3edad307a7b4367193757b3fe70f4a1baa94f..d08370c773d46b3689e2db6e7bafbc2edfda39fa 100644 (file)
@@ -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<class T>
-  void setFieldProfileFlatly(const typename Traits<T>::FieldType *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile)
+  void MEDFileTemplateField1TS<T>::setFieldProfileFlatly(const typename Traits<T>::FieldType *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile)
   {
     setFieldProfileGeneral(field,mesh,meshDimRelToMax,profile,false);
   }