diff options
Diffstat (limited to 'data_structures/MFCLCK_f.js')
-rw-r--r-- | data_structures/MFCLCK_f.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data_structures/MFCLCK_f.js b/data_structures/MFCLCK_f.js index 7e314e3..e7124f9 100644 --- a/data_structures/MFCLCK_f.js +++ b/data_structures/MFCLCK_f.js @@ -16,8 +16,9 @@ function MFCLCK_f () { model.firing = new ScilabDouble([-1,0]); model.dep_ut = new ScilabBoolean([false,false]); - var exprs = [[dt.toString()],[nn.toString()]]; + var exprs = [[string(dt)],[string(nn)]]; var gr_i = []; this.x=new standard_define(new ScilabDouble([3,2]),model,exprs,gr_i); + return new BasicBlock(this.x) } |