diff options
Diffstat (limited to 'js/MatrixOp/MATSING.js')
-rw-r--r-- | js/MatrixOp/MATSING.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATSING.js b/js/MatrixOp/MATSING.js index 789a1349..af7ed201 100644 --- a/js/MatrixOp/MATSING.js +++ b/js/MatrixOp/MATSING.js @@ -71,7 +71,7 @@ model=scicos_model(); function_name="mat_sing"; funtyp=4; model.sim=list(function_name,funtyp); -model.in=-1; +model.in1=-1; model.in2=-2; model.intyp=1; model.out=-1; |