summaryrefslogtreecommitdiff
path: root/js/MatrixOp/EXTTRI.js
diff options
context:
space:
mode:
authorSunil Shetye2018-08-27 14:38:26 +0530
committerSunil Shetye2018-08-27 16:43:40 +0530
commit8e6c876e5582928ab6909cf0f3529a97f622520d (patch)
tree3ce13a7e3552486771d147aec6973ff45a6024a5 /js/MatrixOp/EXTTRI.js
parent5cffbe3aa309e242255b96fe954688c6f1380811 (diff)
downloadsci2js-8e6c876e5582928ab6909cf0f3529a97f622520d.tar.gz
sci2js-8e6c876e5582928ab6909cf0f3529a97f622520d.tar.bz2
sci2js-8e6c876e5582928ab6909cf0f3529a97f622520d.zip
ignore first and last variable by index, not value
Diffstat (limited to 'js/MatrixOp/EXTTRI.js')
-rw-r--r--js/MatrixOp/EXTTRI.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/MatrixOp/EXTTRI.js b/js/MatrixOp/EXTTRI.js
index df24f063..85a819d0 100644
--- a/js/MatrixOp/EXTTRI.js
+++ b/js/MatrixOp/EXTTRI.js
@@ -44,11 +44,10 @@ function EXTTRI() {
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 = "exttril";