diff options
Diffstat (limited to 'js/Linear/CLSS.js')
-rw-r--r-- | js/Linear/CLSS.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Linear/CLSS.js b/js/Linear/CLSS.js index d4465f5e..1bd13689 100644 --- a/js/Linear/CLSS.js +++ b/js/Linear/CLSS.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Linear/CLSS.sci" */ function CLSS() { -CLSS.prototype.define = function CLSS() { + CLSS.prototype.define = function CLSS() { x0=0; A=-1; B=1; @@ -19,12 +19,12 @@ model.dep_ut=[false,true]; exprs=[[strcat(sci2exp(A))],[strcat(sci2exp(B))],[strcat(sci2exp(C))],[strcat(sci2exp(D))],[strcat(sci2exp(x0))]]; gr_i=[]; x=standard_define([4,2],model,exprs,gr_i); -} -CLSS.prototype.details = function CLSS() { -} -CLSS.prototype.get = function CLSS() { -} -CLSS.prototype.set = function CLSS() { + } + CLSS.prototype.details = function CLSS() { + } + CLSS.prototype.get = function CLSS() { + } + CLSS.prototype.set = function CLSS() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -83,5 +83,5 @@ break; } } } -} + } } |