diff options
Diffstat (limited to 'js/Linear/GAINBLK_f.js')
-rw-r--r-- | js/Linear/GAINBLK_f.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Linear/GAINBLK_f.js b/js/Linear/GAINBLK_f.js index 08505007..ad391196 100644 --- a/js/Linear/GAINBLK_f.js +++ b/js/Linear/GAINBLK_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Linear/GAINBLK_f.sci" */ function GAINBLK_f() { -GAINBLK_f.prototype.define = function GAINBLK_f() { + GAINBLK_f.prototype.define = function GAINBLK_f() { gain=1; in1=1; out=1; @@ -14,12 +14,12 @@ model.dep_ut=[true,false]; exprs=[strcat(sci2exp(gain))]; gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); -} -GAINBLK_f.prototype.details = function GAINBLK_f() { -} -GAINBLK_f.prototype.get = function GAINBLK_f() { -} -GAINBLK_f.prototype.set = function GAINBLK_f() { + } + GAINBLK_f.prototype.details = function GAINBLK_f() { + } + GAINBLK_f.prototype.get = function GAINBLK_f() { + } + GAINBLK_f.prototype.set = function GAINBLK_f() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -43,5 +43,5 @@ break; } } } -} + } } |