diff options
Diffstat (limited to 'data_structures/ANDLOG_f.js')
-rw-r--r-- | data_structures/ANDLOG_f.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data_structures/ANDLOG_f.js b/data_structures/ANDLOG_f.js index ea8f55d..b94c240 100644 --- a/data_structures/ANDLOG_f.js +++ b/data_structures/ANDLOG_f.js @@ -11,4 +11,5 @@ function ANDLOG_f () { var gr_i = []; this.x=new standard_define(new ScilabDouble([3,3]),model,[],gr_i); + return new BasicBlock(this.x) } |