summaryrefslogtreecommitdiff
path: root/js/Sources/CURV_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CURV_f.js')
-rw-r--r--js/Sources/CURV_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/CURV_f.js b/js/Sources/CURV_f.js
index e34977ec..ce2f2207 100644
--- a/js/Sources/CURV_f.js
+++ b/js/Sources/CURV_f.js
@@ -15,7 +15,7 @@ function CURV_f() {
this.model.ipar = new ScilabDouble([size(xx,1)],[axisdata.slice()]);
this.model.blocktype = new ScilabString(["c"]);
this.model.dep_ut = new ScilabDouble([false,true]);
- var gr_i = [];
+ var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"CURV_f\",sz(1),sz(2));"]);
this.x = standard_define([2,2],this.model,[],gr_i);
return new BasicBlock(this.x);
}