diff options
Diffstat (limited to 'js/Branching/NRMSOM_f.js')
-rw-r--r-- | js/Branching/NRMSOM_f.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/Branching/NRMSOM_f.js b/js/Branching/NRMSOM_f.js index eee8baed..98d295c9 100644 --- a/js/Branching/NRMSOM_f.js +++ b/js/Branching/NRMSOM_f.js @@ -4,10 +4,10 @@ function NRMSOM_f() { in1 = [[-1],[-1]]; this.nin = 2; this.model = scicos_model(); - this.model.sim = new ScilabString("junk"); + this.model.sim = new ScilabString(["junk"]); this.model.in1 = in1; - this.model.out = new ScilabDouble(-1); - this.model.blocktype = new ScilabString("c"); + this.model.out = new ScilabDouble([-1]); + this.model.blocktype = new ScilabString(["c"]); this.model.dep_ut = [true,false]; exprs = [string(this.nin)]; gr_i = []; |