diff options
Diffstat (limited to 'js/MatrixOp/MATINV.js')
-rw-r--r-- | js/MatrixOp/MATINV.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/MatrixOp/MATINV.js b/js/MatrixOp/MATINV.js index 3d5e26ab..f1e35efd 100644 --- a/js/MatrixOp/MATINV.js +++ b/js/MatrixOp/MATINV.js @@ -25,7 +25,7 @@ ot=2; it=2; } else { message("Datatype is not supported"); -ok=None; +ok=false; } in1=[model.in1,model.in2]; out=[model.out,model.out2]; @@ -61,7 +61,7 @@ model.rpar=[]; model.ipar=[]; model.blocktype="c"; model.firing=[]; -model.dep_ut=[true,None]; +model.dep_ut=[true,false]; label=[sci2exp(1)]; gr_i=[]; x=standard_define([2,2],model,label,gr_i); |