diff options
Diffstat (limited to 'js/MatrixOp/MATZREIM.js')
-rw-r--r-- | js/MatrixOp/MATZREIM.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/MatrixOp/MATZREIM.js b/js/MatrixOp/MATZREIM.js index 3a9bdb58..1bd5c35d 100644 --- a/js/MatrixOp/MATZREIM.js +++ b/js/MatrixOp/MATZREIM.js @@ -42,11 +42,10 @@ function MATZREIM() { while (true) { var ok = true; this.decomptyp = arguments[0]["decomptyp"]; - this.lab = arguments[0]["lab"]; if (!ok) { break; } - var label = this.lab; + var label = lab; if ((this.decomptyp==1)) { var function_name = "matz_reim"; var in1 = [-1,-2]; |