diff options
Diffstat (limited to 'js/NonLinear/PROD_f.js')
-rw-r--r-- | js/NonLinear/PROD_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/NonLinear/PROD_f.js b/js/NonLinear/PROD_f.js index 943af598..1f32a41a 100644 --- a/js/NonLinear/PROD_f.js +++ b/js/NonLinear/PROD_f.js @@ -3,7 +3,7 @@ function PROD_f() { PROD_f.prototype.define = function PROD_f() { this.model = scicos_model(); this.model.sim = list(new ScilabString(["prod"]), new ScilabDouble([2])); - this.model.in1 = [[-1],[-1]]; + this.model.in1 = new ScilabDouble([-1],[-1]); this.model.out = new ScilabDouble([-1]); this.model.blocktype = new ScilabString(["c"]); this.model.dep_ut = [true,false]; |