Salome HOME
Unwanted trailing spaces ...
authorabn <adrien.bruneton@cea.fr>
Mon, 11 Jan 2021 10:25:33 +0000 (11:25 +0100)
committerabn <adrien.bruneton@cea.fr>
Thu, 21 Jan 2021 20:03:59 +0000 (21:03 +0100)
src/MEDLoader/Swig/MEDLoaderTest3.py

index 420a3c2c8e69b18fe612a28f529d7f68a17014ac..5b89f87060ba398e8ab6f0f0eac045f8adae40ce 100644 (file)
@@ -6690,7 +6690,7 @@ class MEDLoaderTest3(unittest.TestCase):
         """
         MEDFileMesh.zipFamilies tries to reduce family partitions under groups.
         """
-        mname="mesh" 
+        mname="mesh"
         arr=DataArrayDouble(10) ; arr.iota()
         m=MEDCouplingCMesh()
         m.setCoords(arr,arr)
@@ -6704,7 +6704,7 @@ class MEDLoaderTest3(unittest.TestCase):
             d.setName("grp%d"%i)
             mm.addGroup(0,d)
             pass
-        
+
         grp_all = DataArrayInt.Range(0,m.getNumberOfCells(),1)
         grp_all.setName("grp_all")
         mm.addGroup(0,grp_all)
@@ -6723,7 +6723,7 @@ class MEDLoaderTest3(unittest.TestCase):
         """
         MEDFileMesh.zipFamilies tries to reduce family partitions under groups.
         """
-        mname="mesh" 
+        mname="mesh"
         arr=DataArrayDouble(21) ; arr.iota()
         m=MEDCouplingCMesh()
         m.setCoords(arr)
@@ -6758,7 +6758,7 @@ class MEDLoaderTest3(unittest.TestCase):
 
     def testMeshConvertFromMEDFileGeoType(self):
         self.assertEqual(MEDFileMesh.ConvertFromMEDFileGeoType(320),NORM_HEXA20)
-    
+
     @WriteInTmpDir
     def testFieldInt64_0(self):
         """