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