summaryrefslogtreecommitdiff
path: root/js/Sources/CONST_f.js
diff options
context:
space:
mode:
authorSunil Shetye2018-07-12 21:09:17 +0530
committerSunil Shetye2018-07-12 23:01:50 +0530
commita2bfd6050ab2b5b6bbede92393b1f61d4ecc25aa (patch)
tree0dee8f3e2db1c4561dd3ab2652a06372e6e2de2e /js/Sources/CONST_f.js
parente070c0b2ce193fc5deb85760968910163dd061a5 (diff)
downloadsci2js-a2bfd6050ab2b5b6bbede92393b1f61d4ecc25aa.tar.gz
sci2js-a2bfd6050ab2b5b6bbede92393b1f61d4ecc25aa.tar.bz2
sci2js-a2bfd6050ab2b5b6bbede92393b1f61d4ecc25aa.zip
define gr_i
Diffstat (limited to 'js/Sources/CONST_f.js')
-rw-r--r--js/Sources/CONST_f.js2
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);
}