From 759f1602d493b6be76a9ff23d0e5740c11481a60 Mon Sep 17 00:00:00 2001 From: ASP1234 Date: Sat, 9 Jul 2016 09:14:58 +0000 Subject: Fix MATZREIM Block --- data_structures_correct/MATZREIM.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data_structures_correct') 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); -- cgit