summaryrefslogtreecommitdiff
path: root/data_structures_correct
diff options
context:
space:
mode:
authorASP12342016-07-09 09:14:58 +0000
committerASP12342016-07-09 09:14:58 +0000
commit759f1602d493b6be76a9ff23d0e5740c11481a60 (patch)
tree83acfb850f0fd6117f627bdc6115ac683b0073c6 /data_structures_correct
parent91e04a82a600a163738621f4698d910080cace5f (diff)
downloadxcos-on-web-759f1602d493b6be76a9ff23d0e5740c11481a60.tar.gz
xcos-on-web-759f1602d493b6be76a9ff23d0e5740c11481a60.tar.bz2
xcos-on-web-759f1602d493b6be76a9ff23d0e5740c11481a60.zip
Fix MATZREIM Block
Diffstat (limited to 'data_structures_correct')
-rw-r--r--data_structures_correct/MATZREIM.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/MATZREIM.js b/data_structures_correct/MATZREIM.js
index f748098..5d151c3 100644
--- a/data_structures_correct/MATZREIM.js
+++ b/data_structures_correct/MATZREIM.js
@@ -8,7 +8,7 @@ function MATZREIM() {
this.funtyp = new ScilabDouble([4]);
model.sim = list(this.function_name, this.funtyp);
- model.in1 = new ScilabDouble([-1]);
+ model.in = new ScilabDouble([-1]);
model.in2 = new ScilabDouble([-2]);
model.intyp = new ScilabDouble([2]);
model.out = new ScilabDouble(-1, -1);