summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATRESH.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATRESH.js')
-rw-r--r--js/MatrixOp/MATRESH.js52
1 files changed, 26 insertions, 26 deletions
diff --git a/js/MatrixOp/MATRESH.js b/js/MatrixOp/MATRESH.js
index 77fb5bbb..f07eec11 100644
--- a/js/MatrixOp/MATRESH.js
+++ b/js/MatrixOp/MATRESH.js
@@ -1,5 +1,31 @@
/* autogenerated from "macros/MatrixOp/MATRESH.sci" */
function MATRESH() {
+MATRESH.prototype.define = function MATRESH() {
+model=scicos_model();
+function_name="mat_reshape";
+funtyp=4;
+model.sim=list(function_name,funtyp);
+model.in1=-1;
+model.in2=-2;
+model.intyp=1;
+model.out=-1;
+model.out2=-2;
+model.outtyp=1;
+model.evtin=[];
+model.evtout=[];
+model.state=[];
+model.dstate=[];
+model.rpar=[];
+model.ipar=[];
+model.blocktype="c";
+model.firing=[];
+model.dep_ut=[true,false];
+label=[sci2exp(1),sci2exp([1,1]),sci2exp([1,1])];
+gr_i=[];
+x=standard_define([3,2],model,label,gr_i);
+}
+MATRESH.prototype.details = function MATRESH() {
+}
MATRESH.prototype.get = function MATRESH() {
}
MATRESH.prototype.set = function MATRESH() {
@@ -67,30 +93,4 @@ break
}
needcompile=resume(needcompile)
}
-MATRESH.prototype.define = function MATRESH() {
-model=scicos_model();
-function_name="mat_reshape";
-funtyp=4;
-model.sim=list(function_name,funtyp);
-model.in1=-1;
-model.in2=-2;
-model.intyp=1;
-model.out=-1;
-model.out2=-2;
-model.outtyp=1;
-model.evtin=[];
-model.evtout=[];
-model.state=[];
-model.dstate=[];
-model.rpar=[];
-model.ipar=[];
-model.blocktype="c";
-model.firing=[];
-model.dep_ut=[true,false];
-label=[sci2exp(1),sci2exp([1,1]),sci2exp([1,1])];
-gr_i=[];
-x=standard_define([3,2],model,label,gr_i);
-}
-MATRESH.prototype.details = function MATRESH() {
-}
}