X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba_Swig%2FMEDCouplingCorbaSwigTest.py;h=9cd68919ae1ac9bb39a4c33a4af6e1f768a15041;hb=c933321e259af4968b2469c1d4f6b7ac5178e294;hp=bc34a6837f5ec42408fed3061c2fc96025e58759;hpb=e53aa1a324e0744debffac6d2aa66171c47aef69;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba_Swig/MEDCouplingCorbaSwigTest.py b/src/MEDCouplingCorba_Swig/MEDCouplingCorbaSwigTest.py index bc34a6837..9cd68919a 100644 --- a/src/MEDCouplingCorba_Swig/MEDCouplingCorbaSwigTest.py +++ b/src/MEDCouplingCorba_Swig/MEDCouplingCorbaSwigTest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 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 @@ -18,7 +18,7 @@ # # Author : Anthony Geay (CEA/DEN) -from MEDCoupling import * +from medcoupling import * import math import os @@ -115,7 +115,7 @@ class MEDCouplingCorbaServBasicsTest: targetMesh=MEDCouplingUMesh.New(); targetMesh.setMeshDimension(0); targetMesh.allocateCells(8); - targetMesh.setName("Wonderfull 0D mesh"); + targetMesh.setName("Wonderful 0D mesh"); targetMesh.setDescription("build0DMesh"); targetConn=[] targetMesh.insertNextCell(NORM_POINT1,1,[0]); @@ -137,7 +137,7 @@ class MEDCouplingCorbaServBasicsTest: return targetMesh; def buildM1DMesh(self): - meshM1D=MEDCouplingUMesh.New("wonderfull -1 D mesh",-1); + meshM1D=MEDCouplingUMesh.New("wonderful -1 D mesh",-1); meshM1D.setDescription("buildM1DMesh"); meshM1D.checkConsistencyLight(); return meshM1D; @@ -194,7 +194,7 @@ class MEDCouplingCorbaServBasicsTest: targetMesh=MEDCouplingCurveLinearMesh(); targetMesh.setTime(2.3,4,5); targetMesh.setTimeUnit("us"); - targetMesh.setName("Example of Cuve linear mesh"); + targetMesh.setName("Example of Curve linear mesh"); targetMesh.setDescription("buildCLMesh"); a1=DataArrayDouble(3*20,1); a1.iota(7.) ; a1.rearrange(3);