diff options
Diffstat (limited to 'js/Sources/GENSIN_f.js')
-rw-r--r-- | js/Sources/GENSIN_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/GENSIN_f.js b/js/Sources/GENSIN_f.js index c08a7a9a..237f62f4 100644 --- a/js/Sources/GENSIN_f.js +++ b/js/Sources/GENSIN_f.js @@ -32,7 +32,7 @@ GENSIN_f.prototype.define = function GENSIN_f() { rpar=[1,1,0]; model=scicos_model(); model.sim="gensin"; -model.in=[]; +model.in1=[]; model.out=1; model.out2=1; model.outtyp=1; |