Salome HOME
bos #26461 [EDF] (2021) MedCoupling: debug tetra/tetra 3d intersector algorithm
[tools/medcoupling.git] / src / ParaMEDMEM_Swig / test_NonCoincidentDEC.py
index 767001835c4da4f978fa63ecbef110ba00eddd9d..7be5f973ef7cc708b12b1e98db74b48e8c80fcb9 100755 (executable)
@@ -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