Salome HOME
Preparing skyline: now a RefCount object.
[tools/medcoupling.git] / src / MEDPartitioner / MEDPARTITIONER_MeshCollectionDriver.cxx
index f284facac933b938336ecefcfcb8452ffcfc8d23..aa95be87c727aff83885c7f077c1d2480f2f764d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  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
@@ -300,7 +300,7 @@ MEDCoupling::MEDFileMesh* MeshCollectionDriver::getMesh(int idomain) const
           if ( nodeCorr )
             {
               MCAuto< MEDFileJointCorrespondence >
-                corr = MEDFileJointCorrespondence::New( nodeCorr->getValueArray() );
+                corr = MEDFileJointCorrespondence::New( nodeCorr->getValuesArray() );
               j1st->pushCorrespondence( corr );
             }
 
@@ -315,7 +315,7 @@ MEDCoupling::MEDFileMesh* MeshCollectionDriver::getMesh(int idomain) const
                   t1 = INTERP_KERNEL::NormalizedCellType( types[it].first );
                   t2 = INTERP_KERNEL::NormalizedCellType( types[it].second );
                   MCAuto< MEDFileJointCorrespondence>
-                    corr = MEDFileJointCorrespondence::New( cellCorr->getValueArray(), t1, t2 );
+                    corr = MEDFileJointCorrespondence::New( cellCorr->getValuesArray(), t1, t2 );
                   j1st->pushCorrespondence( corr );
                 }
             }