summaryrefslogtreecommitdiff
path: root/js/Branching/NRMSOM_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/NRMSOM_f.js')
-rw-r--r--js/Branching/NRMSOM_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/NRMSOM_f.js b/js/Branching/NRMSOM_f.js
index 21cbd5ce..8414f30f 100644
--- a/js/Branching/NRMSOM_f.js
+++ b/js/Branching/NRMSOM_f.js
@@ -5,7 +5,7 @@ function NRMSOM_f() {
this.nin = 2;
this.model = scicos_model();
this.model.sim = new ScilabString(["junk"]);
- this.model.in1 = in1;
+ this.model.in1 = new ScilabDouble(in1);
this.model.out = new ScilabDouble([-1]);
this.model.blocktype = new ScilabString(["c"]);
this.model.dep_ut = [true,false];