diff options
Diffstat (limited to 'js/Linear/DLSS_f.js')
-rw-r--r-- | js/Linear/DLSS_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Linear/DLSS_f.js b/js/Linear/DLSS_f.js index 7d40c411..29b08e92 100644 --- a/js/Linear/DLSS_f.js +++ b/js/Linear/DLSS_f.js @@ -7,7 +7,7 @@ function DLSS_f() { this.C = 1; this.D = 0; this.model = scicos_model(); - this.model.sim = list("dsslti",1); + this.model.sim = list(new ScilabString("dsslti"),new ScilabDouble(1)); this.model.in1 = new ScilabDouble(1); this.model.out = new ScilabDouble(1); this.model.evtin = new ScilabDouble(1); |