diff options
Diffstat (limited to 'js/Linear/INTEGRAL.js')
-rw-r--r-- | js/Linear/INTEGRAL.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Linear/INTEGRAL.js b/js/Linear/INTEGRAL.js index d539e1cd..55039721 100644 --- a/js/Linear/INTEGRAL.js +++ b/js/Linear/INTEGRAL.js @@ -65,7 +65,7 @@ rpar=[]; model=scicos_model(); model.state=0; model.sim=list("integral_func",4); -model.in=1; +model.in1=1; model.out=1; model.rpar=rpar; model.blocktype="c"; |