diff options
Diffstat (limited to 'data_structures/CCS.js')
-rw-r--r-- | data_structures/CCS.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data_structures/CCS.js b/data_structures/CCS.js index 9505e4f..e405427 100644 --- a/data_structures/CCS.js +++ b/data_structures/CCS.js @@ -26,4 +26,5 @@ function CCS () { var if P(i,3) = =1, then; Typein = new ScilabDouble([Typein;,"E"]); MI = new ScilabDouble([MI],[PortName(i)]); + return new BasicBlock(this.x) } |