From 4cfdeed83ba538c7f5d33594a2686f119576e153 Mon Sep 17 00:00:00 2001 From: ouv Date: Thu, 23 Nov 2006 15:21:16 +0000 Subject: [PATCH] Revision 1.1.2.1 is restored --- src/VISU_SWIG/visu_cache.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/VISU_SWIG/visu_cache.py b/src/VISU_SWIG/visu_cache.py index 9f8268bd..36c61f6c 100644 --- a/src/VISU_SWIG/visu_cache.py +++ b/src/VISU_SWIG/visu_cache.py @@ -60,7 +60,7 @@ PRS3D_TYPE_LIST.append(VISU.TSCALARMAPONDEFORMEDSHAPE) #--------------------------------------------------------------- aMedFile = "TimeStamps.med" -#aMedFile = "ResOK_0000.med" +aMedFile = "ResOK_0000.med" aMedFile = os.getenv('DATA_DIR') + '/MedFiles/' + aMedFile aResult = myVisu.ImportFile(aMedFile) @@ -75,12 +75,12 @@ aViewManager = myVisu.GetViewManager(); WalkTroughTimeStamps(VISU.TSCALARMAP, anInput, aViewManager) -#for aVISUType in PRS3D_TYPE_LIST: -# WalkTroughTimeStamps(aVISUType, anInput, aViewManager) -# pass -# -#anInput.myEntity = VISU.CELL; -#anInput.myFieldName = "pression"; -#WalkTroughTimeStamps(VISU.TGAUSSPOINTS, anInput, aViewManager) +for aVISUType in PRS3D_TYPE_LIST: + WalkTroughTimeStamps(aVISUType, anInput, aViewManager) + pass + +anInput.myEntity = VISU.CELL; +anInput.myFieldName = "pression"; +WalkTroughTimeStamps(VISU.TGAUSSPOINTS, anInput, aViewManager) #execfile('/data/apo/a.py') \ No newline at end of file -- 2.39.2