From 0fd33c776a03e3b9ad2267e4f3fbb2c7bcbbb92a Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 18 Jun 2018 17:08:56 +0530 Subject: change order of functions --- js/MatrixOp/MATEIG.js | 52 +++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'js/MatrixOp/MATEIG.js') diff --git a/js/MatrixOp/MATEIG.js b/js/MatrixOp/MATEIG.js index 1cc90f01..1d11c810 100644 --- a/js/MatrixOp/MATEIG.js +++ b/js/MatrixOp/MATEIG.js @@ -1,5 +1,31 @@ /* autogenerated from "macros/MatrixOp/MATEIG.sci" */ function MATEIG() { +MATEIG.prototype.define = function MATEIG() { +model=scicos_model(); +function_name="mat_vps"; +funtyp=4; +model.sim=list(function_name,funtyp); +model.in1=-1; +model.in2=-1; +model.intyp=1; +model.out=-1; +model.out2=1; +model.outtyp=2; +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)]; +gr_i=[]; +x=standard_define([2,2],model,label,gr_i); +} +MATEIG.prototype.details = function MATEIG() { +} MATEIG.prototype.get = function MATEIG() { } MATEIG.prototype.set = function MATEIG() { @@ -63,30 +89,4 @@ break } } } -MATEIG.prototype.define = function MATEIG() { -model=scicos_model(); -function_name="mat_vps"; -funtyp=4; -model.sim=list(function_name,funtyp); -model.in1=-1; -model.in2=-1; -model.intyp=1; -model.out=-1; -model.out2=1; -model.outtyp=2; -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)]; -gr_i=[]; -x=standard_define([2,2],model,label,gr_i); -} -MATEIG.prototype.details = function MATEIG() { -} } -- cgit