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