X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCalc%2Ftest%2Ftui%2Fvector_field.py;fp=src%2FMEDCalc%2Ftest%2Ftui%2Fvector_field.py;h=9b83a20fca8d5f223c1a9170c5aa3622cc3f60f9;hb=be8ad6f36a850c685bd5f12bfad0e29fdc52bad8;hp=19c2c6df3a62defc2f53098ea3781eec3021f892;hpb=1db2d030906722076cc5ca1ee03a0ef65e4e7e60;p=modules%2Fmed.git diff --git a/src/MEDCalc/test/tui/vector_field.py b/src/MEDCalc/test/tui/vector_field.py index 19c2c6df3..9b83a20fc 100644 --- a/src/MEDCalc/test/tui/vector_field.py +++ b/src/MEDCalc/test/tui/vector_field.py @@ -31,7 +31,7 @@ datafile = os.path.join(GetMEDFileDirTUI(), "agitateur.med") source_id = medcalc.LoadDataSource(datafile) # Field 55 = VITESSE_ELEM_DOM (ON_CELLS) -presentation_id = medcalc.MakeVectorField(accessField(57), viewMode=MEDCALC.VIEW_MODE_REPLACE, +presentation_id = medcalc.MakeVectorField(accessField(55), viewMode=MEDCALC.VIEW_MODE_REPLACE, colorMap=MEDCALC.COLOR_MAP_BLUE_TO_RED_RAINBOW, scalarBarRange=MEDCALC.SCALAR_BAR_CURRENT_TIMESTEP )