summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATEIG.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATEIG.js')
-rw-r--r--js/MatrixOp/MATEIG.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/MatrixOp/MATEIG.js b/js/MatrixOp/MATEIG.js
index 7c6d68d7..87b8452b 100644
--- a/js/MatrixOp/MATEIG.js
+++ b/js/MatrixOp/MATEIG.js
@@ -44,11 +44,10 @@ function MATEIG() {
var ok = true;
this.typ = inverse(arguments[0]["typ"]);
this.decomptyp = arguments[0]["decomptyp"];
- this.lab = arguments[0]["lab"];
if (!ok) {
break;
}
- var label = this.lab;
+ var label = lab;
if ((this.typ==1)) {
if ((this.decomptyp==1)) {
var function_name = "mat_vps";