diff options
Diffstat (limited to 'js/Electrical/CCS.js')
-rw-r--r-- | js/Electrical/CCS.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Electrical/CCS.js b/js/Electrical/CCS.js index 37468aff..7617d008 100644 --- a/js/Electrical/CCS.js +++ b/js/Electrical/CCS.js @@ -47,6 +47,7 @@ function CCS() { 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); } CCS.prototype.details = function CCS() { return this.x; @@ -59,5 +60,6 @@ function CCS() { exprs = graphics.exprs; model = arg1.model; this.x = arg1; + return new BasicBlock(this.x); } } |