From 97fd1045b4d52d8fe6751ef64972b99b5bf7008d Mon Sep 17 00:00:00 2001
From: ASP1234
Date: Sat, 9 Jul 2016 09:20:12 +0000
Subject: Fix BARXY Block

---
 data_structures_correct/MATZREIM.js | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'data_structures_correct/MATZREIM.js')

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]);
-- 
cgit