summaryrefslogtreecommitdiff
path: root/js/Sources/READAU_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/READAU_f.js')
-rw-r--r--js/Sources/READAU_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/READAU_f.js b/js/Sources/READAU_f.js
index 9a3996f2..77627c37 100644
--- a/js/Sources/READAU_f.js
+++ b/js/Sources/READAU_f.js
@@ -13,7 +13,7 @@ function READAU_f() {
ievt = 0;
nout = size(outmask,"*");
this.model = scicos_model();
- this.model.sim = list("readau",2);
+ this.model.sim = list(new ScilabString("readau"),new ScilabDouble(2));
this.model.out = new ScilabDouble(nout);
this.model.evtin = new ScilabDouble(1);
this.model.dstate = [[1],[1],[lunit],[zeros(this.N*M,1)]];