diff options
Diffstat (limited to 'js/Misc/CBLOCK4.js')
-rw-r--r-- | js/Misc/CBLOCK4.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Misc/CBLOCK4.js b/js/Misc/CBLOCK4.js index 952114ed..4e22b2f6 100644 --- a/js/Misc/CBLOCK4.js +++ b/js/Misc/CBLOCK4.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Misc/CBLOCK4.sci" */ function CBLOCK4() { -CBLOCK4.prototype.define = function CBLOCK4() { + CBLOCK4.prototype.define = function CBLOCK4() { funam="toto"; model=scicos_model(); model.sim=list(" ",2004); @@ -14,12 +14,12 @@ model.dep_ut=[true,false]; label=list([[funam],["n"],[sci2exp([model.in1,model.in2])],[sci2exp(model.intyp)],[sci2exp([model.out,model.out2])],[sci2exp(model.outtyp)],[sci2exp(model.evtin)],[sci2exp(model.evtout)],[sci2exp(model.state)],[sci2exp(model.dstate)],[sci2exp(model.odstate)],[sci2exp(model.rpar)],[sci2exp(model.ipar)],[sci2exp(model.opar)],[sci2exp(model.nmode)],[sci2exp(model.nzcross)],[sci2exp(model.firing)],["y"],["n"]],[]); gr_i=[]; x=standard_define([4,2],model,label,gr_i); -} -CBLOCK4.prototype.details = function CBLOCK4() { -} -CBLOCK4.prototype.get = function CBLOCK4() { -} -CBLOCK4.prototype.set = function CBLOCK4() { + } + CBLOCK4.prototype.details = function CBLOCK4() { + } + CBLOCK4.prototype.get = function CBLOCK4() { + } + CBLOCK4.prototype.set = function CBLOCK4() { x=arg1; model=arg1.model; graphics=arg1.graphics; @@ -106,5 +106,5 @@ break; } } } -} + } } |