Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Steinlechner
pykat
Commits
7b6c3c17
Commit
7b6c3c17
authored
May 07, 2016
by
Daniel Toyra
Browse files
Small change of default
parent
4f2cd9ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/surface_maps/surfacemaps.py
View file @
7b6c3c17
...
...
@@ -234,7 +234,7 @@ if isReadAll:
# Set isAutoProcessing to True and see and play with code in the
# autoProcess function above.
# --------------------------------------------------------------------------------
isAutoProcessing
=
Fals
e
isAutoProcessing
=
Tru
e
if
isAutoProcessing
:
autoProcess
()
# --------------------------------------------------------------------------------
...
...
@@ -242,7 +242,7 @@ if isAutoProcessing:
# True, and see and play with code in the manualProcess function
# above.
# --------------------------------------------------------------------------------
isManualProcessing
=
Tru
e
isManualProcessing
=
Fals
e
if
isManualProcessing
:
manualProcess
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment