Salome HOME
bos #26461 [EDF] (2021) MedCoupling: debug tetra/tetra 3d intersector algorithm
[tools/medcoupling.git] / src / ParaMEDMEM_Swig / test_NonCoincidentDEC.py
index a4b0e7da19bc862532499248bdacbc87ea9c61c3..7be5f973ef7cc708b12b1e98db74b48e8c80fcb9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2021  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
@@ -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