diff options
Diffstat (limited to 'data_structures/VirtualCLK0.js')
-rw-r--r-- | data_structures/VirtualCLK0.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data_structures/VirtualCLK0.js b/data_structures/VirtualCLK0.js index 7d5b129..82fa621 100644 --- a/data_structures/VirtualCLK0.js +++ b/data_structures/VirtualCLK0.js @@ -12,4 +12,5 @@ function VirtualCLK0 () { var exprs = []; this.x=new standard_define(new ScilabDouble([2,2]),model,exprs," "); + return new BasicBlock(this.x) } |