X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM_Swig%2Ftest_NonCoincidentDEC.py;h=7be5f973ef7cc708b12b1e98db74b48e8c80fcb9;hb=f5ef9d3ee60ec09d1a57a9777af9d989748788ee;hp=a4b0e7da19bc862532499248bdacbc87ea9c61c3;hpb=f8a705ad74272c8921e72fa06fd726e4dcf9b0a4;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM_Swig/test_NonCoincidentDEC.py b/src/ParaMEDMEM_Swig/test_NonCoincidentDEC.py index a4b0e7da1..7be5f973e 100755 --- a/src/ParaMEDMEM_Swig/test_NonCoincidentDEC.py +++ b/src/ParaMEDMEM_Swig/test_NonCoincidentDEC.py @@ -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