summaryrefslogtreecommitdiff
path: root/data_structures_correct
diff options
context:
space:
mode:
authorASP12342016-07-09 07:09:01 +0000
committerASP12342016-07-09 07:09:01 +0000
commit318b19836cb13643ae0836f87fddb73b3de24c9a (patch)
tree761ea27d2021f0791fc4cf3e4a0af6b9723bb88c /data_structures_correct
parent306ba8cbcb388ddce03aaebbe0b21bc32b708629 (diff)
downloadxcos-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.js2
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]);