summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATCATV.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATCATV.js')
-rw-r--r--js/MatrixOp/MATCATV.js54
1 files changed, 27 insertions, 27 deletions
diff --git a/js/MatrixOp/MATCATV.js b/js/MatrixOp/MATCATV.js
index 0f581386..e075408d 100644
--- a/js/MatrixOp/MATCATV.js
+++ b/js/MatrixOp/MATCATV.js
@@ -1,5 +1,32 @@
/* autogenerated from "macros/MatrixOp/MATCATV.sci" */
function MATCATV() {
+MATCATV.prototype.define = function MATCATV() {
+l1=[2,2];
+model=scicos_model();
+function_name="mat_catv";
+funtyp=4;
+model.sim=list(function_name,funtyp);
+model.in2=[-1,-1];
+model.in1=[-2,-3];
+model.intyp=[-1,-1];
+model.out=0;
+model.out2=-1;
+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(2)];
+gr_i=[];
+x=standard_define([2,3],model,label,gr_i);
+}
+MATCATV.prototype.details = function MATCATV() {
+}
MATCATV.prototype.get = function MATCATV() {
}
MATCATV.prototype.set = function MATCATV() {
@@ -32,31 +59,4 @@ break
}
}
}
-MATCATV.prototype.define = function MATCATV() {
-l1=[2,2];
-model=scicos_model();
-function_name="mat_catv";
-funtyp=4;
-model.sim=list(function_name,funtyp);
-model.in2=[-1,-1];
-model.in1=[-2,-3];
-model.intyp=[-1,-1];
-model.out=0;
-model.out2=-1;
-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(2)];
-gr_i=[];
-x=standard_define([2,3],model,label,gr_i);
-}
-MATCATV.prototype.details = function MATCATV() {
-}
}