From 8e6c876e5582928ab6909cf0f3529a97f622520d Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 27 Aug 2018 14:38:26 +0530 Subject: ignore first and last variable by index, not value --- js/MatrixOp/EXTTRI.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/MatrixOp/EXTTRI.js') 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"; -- cgit