diff options
Diffstat (limited to 'js/Sources/READAU_f.js')
-rw-r--r-- | js/Sources/READAU_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/READAU_f.js b/js/Sources/READAU_f.js index c3db2463..dd7d168d 100644 --- a/js/Sources/READAU_f.js +++ b/js/Sources/READAU_f.js @@ -21,7 +21,7 @@ function READAU_f() { this.model.blocktype = new ScilabString(["d"]); this.model.dep_ut = new ScilabDouble([false,false]); var exprs = [[fname],[string(this.N)],[string(this.swap)]]; - var gr_i = []; + var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"READAU_f\",sz(1),sz(2));"]); this.x = standard_define([5,2],this.model,exprs,gr_i); return new BasicBlock(this.x); } |