diff options
Diffstat (limited to 'js/Sources/CONST_f.js')
-rw-r--r-- | js/Sources/CONST_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/CONST_f.js b/js/Sources/CONST_f.js index 8f809d66..abe2b3c8 100644 --- a/js/Sources/CONST_f.js +++ b/js/Sources/CONST_f.js @@ -10,7 +10,7 @@ function CONST_f() { this.model.blocktype = new ScilabString(["d"]); this.model.dep_ut = new ScilabDouble([false,false]); var exprs = strcat(sci2exp(this.C)); - var gr_i = []; + var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"CONST_f\",sz(1),sz(2));"]); this.x = standard_define([2,2],this.model,exprs,gr_i); return new BasicBlock(this.x); } |