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