summaryrefslogtreecommitdiff
path: root/js/Sources/SAWTOOTH_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/SAWTOOTH_f.js')
-rw-r--r--js/Sources/SAWTOOTH_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/SAWTOOTH_f.js b/js/Sources/SAWTOOTH_f.js
index 89e6d378..7f975daf 100644
--- a/js/Sources/SAWTOOTH_f.js
+++ b/js/Sources/SAWTOOTH_f.js
@@ -10,7 +10,7 @@ function SAWTOOTH_f() {
this.model.dep_ut = new ScilabBoolean([false,true]);
this.exprs = " ";
this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"SAWTOOTH_f\",sz(1),sz(2));"]);
- this.x = new standard_define(new ScilabDouble([3,2]),this.model,this.exprs,this.gr_i);
+ this.x = new standard_define(new ScilabDouble([3,2]),this.model,new ScilabString([this.exprs]),this.gr_i);
return new BasicBlock(this.x);
}
SAWTOOTH_f.prototype.details = function SAWTOOTH_f() {