#---------------------------------------------------------------
aMedFile = "TimeStamps.med"
-#aMedFile = "ResOK_0000.med"
+aMedFile = "ResOK_0000.med"
aMedFile = os.getenv('DATA_DIR') + '/MedFiles/' + aMedFile
aResult = myVisu.ImportFile(aMedFile)
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