diff options
Diffstat (limited to 'js/Linear/DOLLAR.js')
-rw-r--r-- | js/Linear/DOLLAR.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Linear/DOLLAR.js b/js/Linear/DOLLAR.js index abcad365..359b75ec 100644 --- a/js/Linear/DOLLAR.js +++ b/js/Linear/DOLLAR.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Linear/DOLLAR.sci" */ function DOLLAR() { -DOLLAR.prototype.define = function DOLLAR() { + DOLLAR.prototype.define = function DOLLAR() { z=0; inh=0; in1=1; @@ -15,12 +15,12 @@ model.blocktype="d"; model.dep_ut=[false,false]; gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); -} -DOLLAR.prototype.details = function DOLLAR() { -} -DOLLAR.prototype.get = function DOLLAR() { -} -DOLLAR.prototype.set = function DOLLAR() { + } + DOLLAR.prototype.details = function DOLLAR() { + } + DOLLAR.prototype.get = function DOLLAR() { + } + DOLLAR.prototype.set = function DOLLAR() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -86,5 +86,5 @@ x.model=model; break; } } -} + } } |