diff options
author | ASP1234 | 2016-06-23 11:50:30 +0000 |
---|---|---|
committer | ASP1234 | 2016-06-23 11:50:30 +0000 |
commit | fa454f066ef830b14e4c22f03451a18f06ff25e1 (patch) | |
tree | 3c487b4e6ce202f7f799882c2ec0ed2b0e1ab4af /data_structures_correct/ANDBLK.js | |
parent | 4b268e6599b40d1fa9de11ae6c847b763d5bf8c1 (diff) | |
download | xcos-on-web-fa454f066ef830b14e4c22f03451a18f06ff25e1.tar.gz xcos-on-web-fa454f066ef830b14e4c22f03451a18f06ff25e1.tar.bz2 xcos-on-web-fa454f066ef830b14e4c22f03451a18f06ff25e1.zip |
Implement CLINDUMMY_f Block
Diffstat (limited to 'data_structures_correct/ANDBLK.js')
-rw-r--r-- | data_structures_correct/ANDBLK.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data_structures_correct/ANDBLK.js b/data_structures_correct/ANDBLK.js index 4f632ff..11ea9a0 100644 --- a/data_structures_correct/ANDBLK.js +++ b/data_structures_correct/ANDBLK.js @@ -112,10 +112,10 @@ function ANDBLK() { this.x.gui = new ScilabString(["ANDBLK"]); this.x.graphics.sz = new ScilabDouble([2, 2]); this.x.graphics.gr_i = new ScilabDouble(); - this.x.graphics.pein = new ScilabDouble([0, 0]); + this.x.graphics.pein = new ScilabDouble([0], [0]); this.x.graphics.peout = new ScilabDouble([0]); this.x.model.sim = new ScilabString(["csuper"]); - this.x.model.evtin = new ScilabDouble([1, 1]); + this.x.model.evtin = new ScilabDouble([1], [1]); this.x.model.evtout = new ScilabDouble([1]); this.x.model.blocktype = new ScilabString(["h"]); this.x.model.firing = new ScilabBoolean([false]); |