diff options
Diffstat (limited to 'js/Electrical/CVS.js')
-rw-r--r-- | js/Electrical/CVS.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Electrical/CVS.js b/js/Electrical/CVS.js index 14967c72..c78c81f5 100644 --- a/js/Electrical/CVS.js +++ b/js/Electrical/CVS.js @@ -47,6 +47,7 @@ function CVS() { this.x = standard_define([2.1,3],model,exprs,list(gr_i,0)); this.x.graphics.in_implicit = Typein; this.x.graphics.out_implicit = Typeout; + return new BasicBlock(this.x); } CVS.prototype.details = function CVS() { return this.x; @@ -59,5 +60,6 @@ function CVS() { exprs = graphics.exprs; model = arg1.model; this.x = arg1; + return new BasicBlock(this.x); } } |