diff options
Diffstat (limited to 'js/Threshold/POSTONEG_f.js')
-rw-r--r-- | js/Threshold/POSTONEG_f.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Threshold/POSTONEG_f.js b/js/Threshold/POSTONEG_f.js index d5d94a39..842f5c6a 100644 --- a/js/Threshold/POSTONEG_f.js +++ b/js/Threshold/POSTONEG_f.js @@ -13,6 +13,7 @@ function POSTONEG_f() { model.firing = [-1]; gr_i = []; this.x = standard_define([2,2],model,[],gr_i); + return new BasicBlock(this.x); } POSTONEG_f.prototype.details = function POSTONEG_f() { return this.x; @@ -22,5 +23,6 @@ function POSTONEG_f() { POSTONEG_f.prototype.set = function POSTONEG_f() { this.x = arg1; this.x.model.firing = [-1]; + return new BasicBlock(this.x); } } |