diff options
Diffstat (limited to 'js/MatrixOp/MATZREIM.js')
-rw-r--r-- | js/MatrixOp/MATZREIM.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/MatrixOp/MATZREIM.js b/js/MatrixOp/MATZREIM.js index 43de8742..e08b333e 100644 --- a/js/MatrixOp/MATZREIM.js +++ b/js/MatrixOp/MATZREIM.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/MatrixOp/MATZREIM.sci" */ function MATZREIM() { -MATZREIM.prototype.define = function MATZREIM() { + MATZREIM.prototype.define = function MATZREIM() { model=scicos_model(); function_name="matz_reim"; funtyp=4; @@ -23,12 +23,12 @@ model.dep_ut=[true,false]; label=sci2exp(1); gr_i=[]; x=standard_define([3,2],model,label,gr_i); -} -MATZREIM.prototype.details = function MATZREIM() { -} -MATZREIM.prototype.get = function MATZREIM() { -} -MATZREIM.prototype.set = function MATZREIM() { + } + MATZREIM.prototype.details = function MATZREIM() { + } + MATZREIM.prototype.get = function MATZREIM() { + } + MATZREIM.prototype.set = function MATZREIM() { x=arg1; model=arg1.model; graphics=arg1.graphics; @@ -71,5 +71,5 @@ x=arg1; break; } } -} + } } |