summaryrefslogtreecommitdiff
path: root/js/Sources/READC_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/READC_f.js')
-rw-r--r--js/Sources/READC_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/READC_f.js b/js/Sources/READC_f.js
index 2f818f23..4a11e2ae 100644
--- a/js/Sources/READC_f.js
+++ b/js/Sources/READC_f.js
@@ -25,7 +25,7 @@ function READC_f() {
this.model.firing = new ScilabDouble([-1]);
this.model.dep_ut = new ScilabDouble([false,false]);
var exprs = [["[]"],[sci2exp(this.outmask)],[fname],[frmt],[string(this.M)],[string(this.N)],[string(this.offset)],[string(this.swap)]];
- var gr_i = [];
+ var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"READC_f\",sz(1),sz(2));"]);
this.x = standard_define([4,2],this.model,exprs,gr_i);
return new BasicBlock(this.x);
}