diff options
Diffstat (limited to 'js/Branching/EXTRACTOR.js')
-rw-r--r-- | js/Branching/EXTRACTOR.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Branching/EXTRACTOR.js b/js/Branching/EXTRACTOR.js index 3715884e..7a1ee136 100644 --- a/js/Branching/EXTRACTOR.js +++ b/js/Branching/EXTRACTOR.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Branching/EXTRACTOR.sci" */ function EXTRACTOR() { -EXTRACTOR.prototype.define = function EXTRACTOR() { + EXTRACTOR.prototype.define = function EXTRACTOR() { ind=1; model=scicos_model(); model.sim=list("extractor",4); @@ -12,12 +12,12 @@ model.ipar=ind; exprs=[sci2exp(ind)]; gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); -} -EXTRACTOR.prototype.details = function EXTRACTOR() { -} -EXTRACTOR.prototype.get = function EXTRACTOR() { -} -EXTRACTOR.prototype.set = function EXTRACTOR() { + } + EXTRACTOR.prototype.details = function EXTRACTOR() { + } + EXTRACTOR.prototype.get = function EXTRACTOR() { + } + EXTRACTOR.prototype.set = function EXTRACTOR() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -38,5 +38,5 @@ x.model=model; break; } } -} + } } |