From 318b19836cb13643ae0836f87fddb73b3de24c9a Mon Sep 17 00:00:00 2001 From: ASP1234 Date: Sat, 9 Jul 2016 07:09:01 +0000 Subject: Minor Fix --- data_structures_correct/OUT_f.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data_structures_correct') diff --git a/data_structures_correct/OUT_f.js b/data_structures_correct/OUT_f.js index dd70a4a..6b65d13 100644 --- a/data_structures_correct/OUT_f.js +++ b/data_structures_correct/OUT_f.js @@ -29,7 +29,7 @@ function OUT_f () { var model = scicos_model(); model.sim = new ScilabString(["output"]); - model.in1 = new ScilabDouble([-1]); + model.in = new ScilabDouble([-1]); model.in2 = new ScilabDouble([-2]); model.intyp = new ScilabDouble([-1]); model.ipar=new ScilabDouble([this.prt]); -- cgit