diff options
-rw-r--r-- | data_structures_correct/MATZREIM.js | 2 |
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); |