diff options
Diffstat (limited to 'js/Hydraulics/Bache.js')
-rw-r--r-- | js/Hydraulics/Bache.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Hydraulics/Bache.js b/js/Hydraulics/Bache.js index 9a0d0a11..08fa3a32 100644 --- a/js/Hydraulics/Bache.js +++ b/js/Hydraulics/Bache.js @@ -32,6 +32,7 @@ function Bache() { this.x = standard_define([2,2],model,exprs,list(gr_i,0)); this.x.graphics.in_implicit = [["I"],["I"]]; this.x.graphics.out_implicit = [["I"],["I"],["E"]]; + return new BasicBlock(this.x); } Bache.prototype.details = function Bache() { return this.x; @@ -55,5 +56,6 @@ function Bache() { this.x.model = model; break; } + return new BasicBlock(this.x); } } |