diff options
Diffstat (limited to 'js/MatrixOp/MATTRAN.js')
-rw-r--r-- | js/MatrixOp/MATTRAN.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/MatrixOp/MATTRAN.js b/js/MatrixOp/MATTRAN.js index c6cf1631..e8bb7ca1 100644 --- a/js/MatrixOp/MATTRAN.js +++ b/js/MatrixOp/MATTRAN.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/MatrixOp/MATTRAN.sci" */ function MATTRAN() { -MATTRAN.prototype.define = function MATTRAN() { + MATTRAN.prototype.define = function MATTRAN() { model=scicos_model(); model.sim=list("mattran_m",4); model.in1=-1; @@ -11,12 +11,12 @@ model.dep_ut=[true,false]; label=[sci2exp(1)]; gr_i=[]; x=standard_define([3,2],model,label,gr_i); -} -MATTRAN.prototype.details = function MATTRAN() { -} -MATTRAN.prototype.get = function MATTRAN() { -} -MATTRAN.prototype.set = function MATTRAN() { + } + MATTRAN.prototype.details = function MATTRAN() { + } + MATTRAN.prototype.get = function MATTRAN() { + } + MATTRAN.prototype.set = function MATTRAN() { x=arg1; graphics=arg1.graphics; label=graphics.exprs; @@ -59,5 +59,5 @@ x=arg1; break; } } -} + } } |