diff options
Diffstat (limited to 'js/MatrixOp/EXTTRI.js')
-rw-r--r-- | js/MatrixOp/EXTTRI.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/MatrixOp/EXTTRI.js b/js/MatrixOp/EXTTRI.js index 85a819d0..d874fbff 100644 --- a/js/MatrixOp/EXTTRI.js +++ b/js/MatrixOp/EXTTRI.js @@ -44,6 +44,7 @@ function EXTTRI() { var ok = true; this.typ = inverse(arguments[0]["typ"]); this.decomptyp = arguments[0]["decomptyp"]; + var lab = [arguments[0]["typ"], arguments[0]["decomptyp"]]; if (!ok) { break; } |