diff options
Diffstat (limited to 'js/NonLinear/TANBLK_f.js')
-rw-r--r-- | js/NonLinear/TANBLK_f.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/NonLinear/TANBLK_f.js b/js/NonLinear/TANBLK_f.js index dc7ec656..c785c9c9 100644 --- a/js/NonLinear/TANBLK_f.js +++ b/js/NonLinear/TANBLK_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/NonLinear/TANBLK_f.sci" */ function TANBLK_f() { -TANBLK_f.prototype.define = function TANBLK_f() { + TANBLK_f.prototype.define = function TANBLK_f() { in1=-1; model=scicos_model(); model.sim="tanblk"; @@ -11,13 +11,13 @@ model.dep_ut=[true,false]; exprs=sci2exp(in1); gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); -} -TANBLK_f.prototype.details = function TANBLK_f() { -} -TANBLK_f.prototype.get = function TANBLK_f() { -} -TANBLK_f.prototype.set = function TANBLK_f() { + } + TANBLK_f.prototype.details = function TANBLK_f() { + } + TANBLK_f.prototype.get = function TANBLK_f() { + } + TANBLK_f.prototype.set = function TANBLK_f() { x=arg1; x.model.firing=[]; -} + } } |