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/DFLIPFLOP.js | |
parent | e070c0b2ce193fc5deb85760968910163dd061a5 (diff) | |
download | sci2js-a2bfd6050ab2b5b6bbede92393b1f61d4ecc25aa.tar.gz sci2js-a2bfd6050ab2b5b6bbede92393b1f61d4ecc25aa.tar.bz2 sci2js-a2bfd6050ab2b5b6bbede92393b1f61d4ecc25aa.zip |
define gr_i
Diffstat (limited to 'js/IntegerOp/DFLIPFLOP.js')
-rw-r--r-- | js/IntegerOp/DFLIPFLOP.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/IntegerOp/DFLIPFLOP.js b/js/IntegerOp/DFLIPFLOP.js index 80a84dfd..bf597aee 100644 --- a/js/IntegerOp/DFLIPFLOP.js +++ b/js/IntegerOp/DFLIPFLOP.js @@ -88,7 +88,7 @@ function DFLIPFLOP() { this.model.firing = new ScilabBoolean([false]); this.model.dep_ut = new ScilabDouble([true,false]); this.model.rpar = new ScilabDouble([scs_m]); - var gr_i = []; + var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"DFLIPFLOP\",sz(1),sz(2));"]); this.x = standard_define([2,3],this.model,[],gr_i); return new BasicBlock(this.x); } |