diff options
Diffstat (limited to 'js/Linear/DLSS_f.js')
-rw-r--r-- | js/Linear/DLSS_f.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Linear/DLSS_f.js b/js/Linear/DLSS_f.js index c444ce87..5f138020 100644 --- a/js/Linear/DLSS_f.js +++ b/js/Linear/DLSS_f.js @@ -18,6 +18,7 @@ function DLSS_f() { exprs = [[strcat(sci2exp(A))],[strcat(sci2exp(B))],[strcat(sci2exp(C))],[strcat(sci2exp(D))],[strcat(sci2exp(x0))]]; gr_i = []; this.x = standard_define([4,2],model,exprs,gr_i); + return new BasicBlock(this.x); } DLSS_f.prototype.details = function DLSS_f() { return this.x; @@ -73,5 +74,6 @@ function DLSS_f() { } } } + return new BasicBlock(this.x); } } |