diff options
Diffstat (limited to 'js/Sources/CONST.js')
-rw-r--r-- | js/Sources/CONST.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/CONST.js b/js/Sources/CONST.js index 4b322a6b..6da9a9b0 100644 --- a/js/Sources/CONST.js +++ b/js/Sources/CONST.js @@ -32,7 +32,7 @@ CONST.prototype.define = function CONST() { C=1; model=scicos_model(); model.sim=list("cstblk4",4); -model.in=[]; +model.in1=[]; model.out=1; model.rpar=C; model.blocktype="d"; |