diff options
Diffstat (limited to 'js/Sources/CURV_f.js')
-rw-r--r-- | js/Sources/CURV_f.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Sources/CURV_f.js b/js/Sources/CURV_f.js index cd6199a9..a12186e0 100644 --- a/js/Sources/CURV_f.js +++ b/js/Sources/CURV_f.js @@ -17,6 +17,7 @@ function CURV_f() { model.dep_ut = [false,true]; gr_i = []; this.x = standard_define([2,2],model,[],gr_i); + return new BasicBlock(this.x); } CURV_f.prototype.details = function CURV_f() { return this.x; @@ -60,5 +61,6 @@ function CURV_f() { break; } } + return new BasicBlock(this.x); } } |