diff options
Diffstat (limited to 'js/MatrixOp/MATDIV.js')
-rw-r--r-- | js/MatrixOp/MATDIV.js | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/js/MatrixOp/MATDIV.js b/js/MatrixOp/MATDIV.js index 03cbcf4f..70fec126 100644 --- a/js/MatrixOp/MATDIV.js +++ b/js/MatrixOp/MATDIV.js @@ -1,5 +1,31 @@ /* autogenerated from "macros/MatrixOp/MATDIV.sci" */ function MATDIV() { +MATDIV.prototype.define = function MATDIV() { +model=scicos_model(); +function_name="mat_div"; +funtyp=4; +model.sim=list(function_name,funtyp); +model.in1=[-1,-2]; +model.in2=[-3,-3]; +model.intyp=[1,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)]; +gr_i=[]; +x=standard_define([2,2],model,label,gr_i); +} +MATDIV.prototype.details = function MATDIV() { +} MATDIV.prototype.get = function MATDIV() { } MATDIV.prototype.set = function MATDIV() { @@ -42,30 +68,4 @@ break } } } -MATDIV.prototype.define = function MATDIV() { -model=scicos_model(); -function_name="mat_div"; -funtyp=4; -model.sim=list(function_name,funtyp); -model.in1=[-1,-2]; -model.in2=[-3,-3]; -model.intyp=[1,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)]; -gr_i=[]; -x=standard_define([2,2],model,label,gr_i); -} -MATDIV.prototype.details = function MATDIV() { -} } |