diff options
Diffstat (limited to 'js/Sources/IN_f.js')
-rw-r--r-- | js/Sources/IN_f.js | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/js/Sources/IN_f.js b/js/Sources/IN_f.js index c599908a..83eddca8 100644 --- a/js/Sources/IN_f.js +++ b/js/Sources/IN_f.js @@ -1,5 +1,21 @@ /* autogenerated from "macros/Sources/IN_f.sci" */ function IN_f() { +IN_f.prototype.define = function IN_f() { +prt=1; +model=scicos_model(); +model.sim="input"; +model.out=-1; +model.out2=-2; +model.outtyp=-1; +model.ipar=prt; +model.blocktype="c"; +model.dep_ut=[false,false]; +exprs=sci2exp(prt); +gr_i=[]; +x=standard_define([1,1],model,exprs,gr_i); +} +IN_f.prototype.details = function IN_f() { +} IN_f.prototype.get = function IN_f() { } IN_f.prototype.set = function IN_f() { @@ -42,20 +58,4 @@ break } } } -IN_f.prototype.define = function IN_f() { -prt=1; -model=scicos_model(); -model.sim="input"; -model.out=-1; -model.out2=-2; -model.outtyp=-1; -model.ipar=prt; -model.blocktype="c"; -model.dep_ut=[false,false]; -exprs=sci2exp(prt); -gr_i=[]; -x=standard_define([1,1],model,exprs,gr_i); -} -IN_f.prototype.details = function IN_f() { -} } |