diff options
Diffstat (limited to 'js/Sources/CONST_m.js')
-rw-r--r-- | js/Sources/CONST_m.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/CONST_m.js b/js/Sources/CONST_m.js index a2e8ceb1..09a70e53 100644 --- a/js/Sources/CONST_m.js +++ b/js/Sources/CONST_m.js @@ -55,7 +55,7 @@ CONST_m.prototype.define = function CONST_m() { C=[1]; model=scicos_model(); model.sim=list("cstblk4",4); -model.in=[]; +model.in1=[]; model.out=size(C,1); model.in2=[]; model.out2=size(C,2); |