Salome HOME
Ensure sequential run of MEDLoader 1,2,3 tests.
[tools/medcoupling.git] / src / ParaMEDMEM / DisjointDEC.cxx
index 365e8d6aaa0989a9936146c7f1187c5a116db847..cb14746d4ca741aa8cf182cf7fd3d0ab276d40a6 100644 (file)
@@ -103,12 +103,12 @@ namespace MEDCoupling
     DEC::copyFrom(other);
     if(other._target_group)
       {
-        _target_group=other._target_group->deepCpy();
+        _target_group=other._target_group->deepCopy();
         _owns_groups=true;
       }
     if(other._source_group)
       {
-        _source_group=other._source_group->deepCpy();
+        _source_group=other._source_group->deepCopy();
         _owns_groups=true;
       }
     if (_source_group && _target_group)