diff options
Diffstat (limited to 'js/Sources/RAND_m.js')
-rw-r--r-- | js/Sources/RAND_m.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/RAND_m.js b/js/Sources/RAND_m.js index 4a6515bf..1ee2aa76 100644 --- a/js/Sources/RAND_m.js +++ b/js/Sources/RAND_m.js @@ -56,7 +56,7 @@ function_name="rndblk_m"; funtyp=4; model=scicos_model(); model.sim=list(function_name,funtyp); -model.in=[]; +model.in1=[]; model.in2=[]; model.intyp=[]; model.out=1; |