X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FTest%2FtestMEDReader4.py;h=f943e4705efb524382e7171ef143a1557a5e6f55;hb=38700ef6e95fe8e0812fd1e0c63844022889ed64;hp=488a4e9b47418b2031c50646174a44fb2911b686;hpb=ab03dc1c10db590a94536495b779ab762f5690d6;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/Test/testMEDReader4.py b/src/Plugins/MEDReader/Test/testMEDReader4.py index 488a4e9b..f943e470 100644 --- a/src/Plugins/MEDReader/Test/testMEDReader4.py +++ b/src/Plugins/MEDReader/Test/testMEDReader4.py @@ -1,10 +1,10 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2014 CEA/DEN, EDF R&D +# Copyright (C) 2007-2015 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 # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -68,9 +68,9 @@ testMEDReader4_med=MEDReader(FileName=fname) testMEDReader4_med.AllArrays=['TS0/mesh/ComSup0/f0NoPfl@@][@@P1','TS0/mesh/ComSup0/mesh@@][@@P1'] #testMEDReader4_med.AllTimeSteps=['0000'] -Glyph1=Glyph(GlyphType="Sphere",GlyphTransform="Transform2" ) +Glyph1=Glyph(Input=testMEDReader4_med,GlyphType='Sphere') Glyph1.Scalars=['POINTS','f0NoPfl'] -Glyph1.SetScaleFactor=0.3 +Glyph1.ScaleFactor=0.3 Glyph1.Vectors=['POINTS', ''] Glyph1.GlyphTransform="Transform2"