diff options
Diffstat (limited to 'js/Sources/CONST_f.js')
-rw-r--r-- | js/Sources/CONST_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/CONST_f.js b/js/Sources/CONST_f.js index 82b2f343..eb78ecdc 100644 --- a/js/Sources/CONST_f.js +++ b/js/Sources/CONST_f.js @@ -29,7 +29,7 @@ CONST_f.prototype.define = function CONST_f() { C=1; model=scicos_model(); model.sim=list("cstblk",1); -model.in=[]; +model.in1=[]; model.out=1; model.rpar=C; model.blocktype="d"; |