summaryrefslogtreecommitdiff
path: root/data_structures_correct/MATZREIM.js
diff options
context:
space:
mode:
authorASP12342016-07-09 09:20:12 +0000
committerASP12342016-07-09 09:20:12 +0000
commit97fd1045b4d52d8fe6751ef64972b99b5bf7008d (patch)
treed185f9b7e4946afc71efb10356c539c7547535bb /data_structures_correct/MATZREIM.js
parent759f1602d493b6be76a9ff23d0e5740c11481a60 (diff)
downloadxcos-on-web-97fd1045b4d52d8fe6751ef64972b99b5bf7008d.tar.gz
xcos-on-web-97fd1045b4d52d8fe6751ef64972b99b5bf7008d.tar.bz2
xcos-on-web-97fd1045b4d52d8fe6751ef64972b99b5bf7008d.zip
Fix BARXY Block
Diffstat (limited to 'data_structures_correct/MATZREIM.js')
-rw-r--r--data_structures_correct/MATZREIM.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/data_structures_correct/MATZREIM.js b/data_structures_correct/MATZREIM.js
index 5d151c3..0d7c68c 100644
--- a/data_structures_correct/MATZREIM.js
+++ b/data_structures_correct/MATZREIM.js
@@ -1,11 +1,8 @@
function MATZREIM() {
MATZREIM.prototype.define = function MATZREIM() {
-
-
var model = scicos_model();
-
+
this.function_name = "matz_reim";
-
this.funtyp = new ScilabDouble([4]);
model.sim = list(this.function_name, this.funtyp);
model.in = new ScilabDouble([-1]);