summaryrefslogtreecommitdiff
path: root/js/Linear/CLINDUMMY_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/CLINDUMMY_f.js')
-rw-r--r--js/Linear/CLINDUMMY_f.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/Linear/CLINDUMMY_f.js b/js/Linear/CLINDUMMY_f.js
index 55895e48..db4f00c3 100644
--- a/js/Linear/CLINDUMMY_f.js
+++ b/js/Linear/CLINDUMMY_f.js
@@ -3,9 +3,9 @@ function CLINDUMMY_f() {
CLINDUMMY_f.prototype.define = function CLINDUMMY_f() {
x0 = 0;
this.model = scicos_model();
- this.model.sim = list(new ScilabString("cdummy"),new ScilabDouble(4));
- this.model.state = new ScilabDouble(x0);
- this.model.blocktype = new ScilabString("c");
+ this.model.sim = list(new ScilabString(["cdummy"]), new ScilabDouble([4]));
+ this.model.state = new ScilabDouble([x0]);
+ this.model.blocktype = new ScilabString(["c"]);
this.model.firing = [];
this.model.dep_ut = [false,true];
gr_i = [];