diff options
author | ASP1234 | 2016-07-09 07:09:01 +0000 |
---|---|---|
committer | ASP1234 | 2016-07-09 07:09:01 +0000 |
commit | 318b19836cb13643ae0836f87fddb73b3de24c9a (patch) | |
tree | 761ea27d2021f0791fc4cf3e4a0af6b9723bb88c /data_structures_correct | |
parent | 306ba8cbcb388ddce03aaebbe0b21bc32b708629 (diff) | |
download | xcos-on-web-318b19836cb13643ae0836f87fddb73b3de24c9a.tar.gz xcos-on-web-318b19836cb13643ae0836f87fddb73b3de24c9a.tar.bz2 xcos-on-web-318b19836cb13643ae0836f87fddb73b3de24c9a.zip |
Minor Fix
Diffstat (limited to 'data_structures_correct')
-rw-r--r-- | data_structures_correct/OUT_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
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]); |