summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-14 20:01:44 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-14 20:01:44 +0100
commit8a3a5bb523b701403f5a1bf76cde2e35b2d2458e (patch)
tree005e5d0a725f9bea76e006df266256983e8b200d /src
parentdoc (diff)
downloadblueshift-8a3a5bb523b701403f5a1bf76cde2e35b2d2458e.tar.gz
blueshift-8a3a5bb523b701403f5a1bf76cde2e35b2d2458e.tar.bz2
blueshift-8a3a5bb523b701403f5a1bf76cde2e35b2d2458e.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/curve.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/curve.py b/src/curve.py
index fadcb09..8a6b28c 100644
--- a/src/curve.py
+++ b/src/curve.py
@@ -34,7 +34,6 @@ b_curve = [i / (i_size - 1) for i in range(i_size)]
-
clip_result = True
'''
Set to `False` if you want to allow value overflow rather than clipping,