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 5084d60e..9e456d2b 100644
--- a/js/Sources/READC_f.js
+++ b/js/Sources/READC_f.js
@@ -15,7 +15,7 @@ function READC_f() {
nout = size(this.outmask,"*");
ipar = [[length(fname)],[this._str2code[frmt-1]],[ievt],[this.N],[this.M],[this.swap],[this.offset],[this._str2code[fname-1]],[tmask],[this.outmask]];
this.model = scicos_model();
- this.model.sim = list("readc",2);
+ this.model.sim = list(new ScilabString("readc"),new ScilabDouble(2));
this.model.out = new ScilabDouble(nout);
this.model.evtin = new ScilabDouble(1);
this.model.evtout = [];