summaryrefslogtreecommitdiff
path: root/js/MatrixOp/ROOTCOEF.js
diff options
context:
space:
mode:
authorSunil Shetye2018-07-18 11:59:12 +0530
committerSunil Shetye2018-07-18 17:07:40 +0530
commit0a3a3de53938dfdc83cca1b18c792ec576d3c8f4 (patch)
treeb88691fb4265fef43321b91c876cbfd8b2c6bfb8 /js/MatrixOp/ROOTCOEF.js
parent368762c4b8ed28573bc1f6b166e12982a2fe6c1d (diff)
downloadsci2js-0a3a3de53938dfdc83cca1b18c792ec576d3c8f4.tar.gz
sci2js-0a3a3de53938dfdc83cca1b18c792ec576d3c8f4.tar.bz2
sci2js-0a3a3de53938dfdc83cca1b18c792ec576d3c8f4.zip
remove exprs from list
Diffstat (limited to 'js/MatrixOp/ROOTCOEF.js')
-rw-r--r--js/MatrixOp/ROOTCOEF.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/MatrixOp/ROOTCOEF.js b/js/MatrixOp/ROOTCOEF.js
index e4211b16..1e31ce71 100644
--- a/js/MatrixOp/ROOTCOEF.js
+++ b/js/MatrixOp/ROOTCOEF.js
@@ -44,7 +44,6 @@ function ROOTCOEF() {
var ok = true;
this.typ = inverse(arguments[0]["typ"]);
this.inp = arguments[0]["inp"];
- this.exprs = arguments[0]["exprs"];
if (!ok) {
break;
}