diff options
author | Sunil Shetye | 2018-07-12 21:09:17 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-07-12 23:01:50 +0530 |
commit | a2bfd6050ab2b5b6bbede92393b1f61d4ecc25aa (patch) | |
tree | 0dee8f3e2db1c4561dd3ab2652a06372e6e2de2e /js/IntegerOp/CONVERT.js | |
parent | e070c0b2ce193fc5deb85760968910163dd061a5 (diff) | |
download | sci2js-a2bfd6050ab2b5b6bbede92393b1f61d4ecc25aa.tar.gz sci2js-a2bfd6050ab2b5b6bbede92393b1f61d4ecc25aa.tar.bz2 sci2js-a2bfd6050ab2b5b6bbede92393b1f61d4ecc25aa.zip |
define gr_i
Diffstat (limited to 'js/IntegerOp/CONVERT.js')
-rw-r--r-- | js/IntegerOp/CONVERT.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/IntegerOp/CONVERT.js b/js/IntegerOp/CONVERT.js index 76f957bb..dab0ab34 100644 --- a/js/IntegerOp/CONVERT.js +++ b/js/IntegerOp/CONVERT.js @@ -15,7 +15,7 @@ function CONVERT() { this.model.blocktype = new ScilabString(["c"]); this.model.dep_ut = new ScilabDouble([true,false]); var exprs = [[sci2exp(1)],[sci2exp(3)],[sci2exp(0)]]; - var gr_i = []; + var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"CONVERT\",sz(1),sz(2));"]); this.x = standard_define([3,2],this.model,exprs,gr_i); return new BasicBlock(this.x); } |