summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATSUM.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATSUM.js')
-rw-r--r--js/MatrixOp/MATSUM.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/MatrixOp/MATSUM.js b/js/MatrixOp/MATSUM.js
index efa7a21f..8a48fd1f 100644
--- a/js/MatrixOp/MATSUM.js
+++ b/js/MatrixOp/MATSUM.js
@@ -44,11 +44,10 @@ function MATSUM() {
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==0)) {
var function_name = "mat_sum";