diff options
Diffstat (limited to 'js/Sinks/TOWS_c.js')
-rw-r--r-- | js/Sinks/TOWS_c.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sinks/TOWS_c.js b/js/Sinks/TOWS_c.js index dea5b7ba..5b84ca01 100644 --- a/js/Sinks/TOWS_c.js +++ b/js/Sinks/TOWS_c.js @@ -6,7 +6,7 @@ function TOWS_c() { this.varnam = "A"; this.herit = 0; this.model = scicos_model(); - this.model.sim = list("tows_c",4); + this.model.sim = list(new ScilabString("tows_c"),new ScilabDouble(4)); this.model.in1 = [nu]; this.model.in2 = new ScilabDouble(-2); this.model.intyp = new ScilabDouble(-1); |