Salome HOME
refactor!: remove adm_local/ directory
[tools/medcoupling.git] / src / ParaMEDMEM_Swig / test_NonCoincidentDEC.py
index 767001835c4da4f978fa63ecbef110ba00eddd9d..cff62266252e6ca70a404f09ad71abb51005c726 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -73,7 +73,7 @@ class ParaMEDMEM_DEC_Tests(unittest.TestCase):
             value = [1.0]*nb_local
 
             parafield.getField().setValue(value)
-            icocofield = ICoCo_MEDField(paramesh,parafield)
+            icocofield = ICoCoMEDDoubleField(paramesh,parafield)
             dec.attachLocalField(icocofield,'P0')
             pass
 
@@ -93,7 +93,7 @@ class ParaMEDMEM_DEC_Tests(unittest.TestCase):
             value = [0.0]*nb_local
 
             parafield.getField().setValue(value)
-            icocofield = ICoCo_MEDField(paramesh,parafield)
+            icocofield = ICoCoMEDDoubleField(paramesh,parafield)
 
             dec.attachLocalField(icocofield, 'P0')
             pass