diff options
Diffstat (limited to 'js/Sources/PULSE_SC.js')
-rw-r--r-- | js/Sources/PULSE_SC.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Sources/PULSE_SC.js b/js/Sources/PULSE_SC.js index 51ca49a5..acac3f81 100644 --- a/js/Sources/PULSE_SC.js +++ b/js/Sources/PULSE_SC.js @@ -43,6 +43,7 @@ function PULSE_SC() { exprs = [sci2exp(E),sci2exp(W),sci2exp(F),sci2exp(A)]; gr_i = []; this.x = standard_define([3,2],model,exprs,gr_i); + return new BasicBlock(this.x); } PULSE_SC.prototype.details = function PULSE_SC() { return this.x; @@ -85,5 +86,6 @@ function PULSE_SC() { ok = false; } } + return new BasicBlock(this.x); } } |