From 7b6c3c1764d0fac353226fdaeb60aae6f088f187 Mon Sep 17 00:00:00 2001 From: Daniel Toyra <dtoyra@star.sr.bham.ac.uk> Date: Sat, 7 May 2016 22:03:25 +0100 Subject: [PATCH] Small change of default --- examples/surface_maps/surfacemaps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/surface_maps/surfacemaps.py b/examples/surface_maps/surfacemaps.py index 3b6acea..95e13fe 100644 --- a/examples/surface_maps/surfacemaps.py +++ b/examples/surface_maps/surfacemaps.py @@ -234,7 +234,7 @@ if isReadAll: # Set isAutoProcessing to True and see and play with code in the # autoProcess function above. # -------------------------------------------------------------------------------- -isAutoProcessing = False +isAutoProcessing = True if isAutoProcessing: autoProcess() # -------------------------------------------------------------------------------- @@ -242,7 +242,7 @@ if isAutoProcessing: # True, and see and play with code in the manualProcess function # above. # -------------------------------------------------------------------------------- -isManualProcessing = True +isManualProcessing = False if isManualProcessing: manualProcess() -- GitLab