diff options
Diffstat (limited to 'js/Misc/CONSTRAINT_c.js')
-rw-r--r-- | js/Misc/CONSTRAINT_c.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Misc/CONSTRAINT_c.js b/js/Misc/CONSTRAINT_c.js index eba60cb5..33b9a1d5 100644 --- a/js/Misc/CONSTRAINT_c.js +++ b/js/Misc/CONSTRAINT_c.js @@ -13,6 +13,7 @@ function CONSTRAINT_c() { exprs = "0"; gr_i = []; this.x = standard_define([3,2],model,exprs,gr_i); + return new BasicBlock(this.x); } CONSTRAINT_c.prototype.details = function CONSTRAINT_c() { return this.x; @@ -47,5 +48,6 @@ function CONSTRAINT_c() { } } } + return new BasicBlock(this.x); } } |