summaryrefslogtreecommitdiff
path: root/data_structures_correct/ANDBLK.js
diff options
context:
space:
mode:
authorAdhitya Kamakshidasan2016-06-23 17:22:53 +0530
committerGitHub2016-06-23 17:22:53 +0530
commit6e08c4164c3a7c68aeeaad32450573f99c35cde2 (patch)
tree3c487b4e6ce202f7f799882c2ec0ed2b0e1ab4af /data_structures_correct/ANDBLK.js
parent68e83b1fdc6d6424096e729f4e31d7e24b2d2b39 (diff)
parentfa454f066ef830b14e4c22f03451a18f06ff25e1 (diff)
downloadxcos-on-web-6e08c4164c3a7c68aeeaad32450573f99c35cde2.tar.gz
xcos-on-web-6e08c4164c3a7c68aeeaad32450573f99c35cde2.tar.bz2
xcos-on-web-6e08c4164c3a7c68aeeaad32450573f99c35cde2.zip
Merge pull request #65 from ASP1234/master
Implement CLINDUMMY_f Block
Diffstat (limited to 'data_structures_correct/ANDBLK.js')
-rw-r--r--data_structures_correct/ANDBLK.js4
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]);