X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FParaMEDMEM%2FParaDataArray.cxx;h=44bac5fc6f90115c169c670fe07589a6f734c902;hb=1b5fb5650409b0ad3a61da3215496f2adf2dae02;hp=2f990286fd84745492a95035c14de8e6df03836a;hpb=b46500d831815ddfeb1d1cb36ff620d31acdf329;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/ParaDataArray.cxx b/src/ParaMEDMEM/ParaDataArray.cxx index 2f990286f..44bac5fc6 100644 --- a/src/ParaMEDMEM/ParaDataArray.cxx +++ b/src/ParaMEDMEM/ParaDataArray.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2020 CEA/DEN, EDF R&D +// Copyright (C) 2020-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -22,10 +22,10 @@ using namespace MEDCoupling; -template class ParaDataArrayTemplate; -template class ParaDataArrayTemplate; -template class ParaDataArrayDiscrete; -template class ParaDataArrayDiscrete; +template class MEDCoupling::ParaDataArrayTemplate; +template class MEDCoupling::ParaDataArrayTemplate; +template class MEDCoupling::ParaDataArrayDiscrete; +template class MEDCoupling::ParaDataArrayDiscrete; ParaDataArrayInt32 *ParaDataArrayInt32::New(DataArrayInt32 *seqDa) {