summaryrefslogtreecommitdiff
path: root/js/Sinks
diff options
context:
space:
mode:
authorSunil Shetye2018-07-03 11:21:32 +0530
committerSunil Shetye2018-07-03 13:10:11 +0530
commit5b958dcbdbb57c43a7d049fb719ef113c8a8135b (patch)
tree5a4d95c38ad272567b8822dd377576e3cc71c542 /js/Sinks
parentca1a67f78f7de40a7956c69e41f4ddae2542f4f2 (diff)
downloadsci2js-5b958dcbdbb57c43a7d049fb719ef113c8a8135b.tar.gz
sci2js-5b958dcbdbb57c43a7d049fb719ef113c8a8135b.tar.bz2
sci2js-5b958dcbdbb57c43a7d049fb719ef113c8a8135b.zip
remove extra plus sign
Diffstat (limited to 'js/Sinks')
-rw-r--r--js/Sinks/CANIMXY.js2
-rw-r--r--js/Sinks/CFSCOPE.js2
-rw-r--r--js/Sinks/CSCOPE.js2
-rw-r--r--js/Sinks/CSCOPXY.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/js/Sinks/CANIMXY.js b/js/Sinks/CANIMXY.js
index e946826f..dcbdd623 100644
--- a/js/Sinks/CANIMXY.js
+++ b/js/Sinks/CANIMXY.js
@@ -10,7 +10,7 @@ function CANIMXY() {
this.xmin = -15;
this.xmax = 15;
this.ymin = -15;
- this.ymax = +15;
+ this.ymax = 15;
this.nbr_curves = 1;
model = scicos_model();
model.sim = list("canimxy",4);
diff --git a/js/Sinks/CFSCOPE.js b/js/Sinks/CFSCOPE.js
index 48595d51..5d03d4db 100644
--- a/js/Sinks/CFSCOPE.js
+++ b/js/Sinks/CFSCOPE.js
@@ -7,7 +7,7 @@ function CFSCOPE() {
this.clrs = [[1],[3],[5],[7],[9],[11],[13],[15]];
this.N = 2;
this.ymin = -15;
- this.ymax = +15;
+ this.ymax = 15;
this.per = 30;
model = scicos_model();
model.sim = list("cfscope",4);
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);
diff --git a/js/Sinks/CSCOPXY.js b/js/Sinks/CSCOPXY.js
index f0d84a05..8abd9616 100644
--- a/js/Sinks/CSCOPXY.js
+++ b/js/Sinks/CSCOPXY.js
@@ -10,7 +10,7 @@ function CSCOPXY() {
this.xmin = -15;
this.xmax = 15;
this.ymin = -15;
- this.ymax = +15;
+ this.ymax = 15;
this.nbr_curves = 1;
model = scicos_model();
model.sim = list("cscopxy",4);