diff options
Diffstat (limited to 'js/Sinks/CSCOPE.js')
-rw-r--r-- | js/Sinks/CSCOPE.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sinks/CSCOPE.js b/js/Sinks/CSCOPE.js index c065910a..b63d1a34 100644 --- a/js/Sinks/CSCOPE.js +++ b/js/Sinks/CSCOPE.js @@ -7,7 +7,7 @@ function CSCOPE() { this.clrs = [[1],[3],[5],[7],[9],[11],[13],[15]]; this.N = 20; this.ymin = -15; - this.ymax = +15; + this.ymax = 15; this.per = 30; model = scicos_model(); model.sim = list("cscope",4); |