From 514d82d764f757506d72a5827e565292d577466e Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Wed, 10 Jul 2019 08:28:38 +0200 Subject: [PATCH] [CEA17117] : Fix diff to minimize diff --- src/Plugins/MEDReader/Test/testMEDReader4.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Plugins/MEDReader/Test/testMEDReader4.py b/src/Plugins/MEDReader/Test/testMEDReader4.py index 3f88aa9b..d33a923b 100644 --- a/src/Plugins/MEDReader/Test/testMEDReader4.py +++ b/src/Plugins/MEDReader/Test/testMEDReader4.py @@ -72,10 +72,11 @@ testMEDReader4_med.AllArrays=['TS0/mesh/ComSup0/f0NoPfl@@][@@P1','TS0/mesh/ComSu #testMEDReader4_med.AllTimeSteps=['0000'] Glyph1=Glyph(Input=testMEDReader4_med,GlyphType='Sphere') -Glyph1.ScaleArray=['POINTS','f0NoPfl'] +Glyph1.ScaleArray=['POINTS','No scale array']#f0NoPflN Glyph1.ScaleFactor=0.3 Glyph1.OrientationArray = ['POINTS', 'No orientation array'] Glyph1.GlyphTransform="Transform2" +Glyph1.GlyphMode = 'All Points' DataRepresentation1 = Show() DataRepresentation1.EdgeColor = [0.0, 0.0, 0.5000076295109483] -- 2.39.2