summaryrefslogtreecommitdiff
path: root/js/Linear/SUMMATION.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/SUMMATION.js')
-rw-r--r--js/Linear/SUMMATION.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Linear/SUMMATION.js b/js/Linear/SUMMATION.js
index 11251563..6ad993ed 100644
--- a/js/Linear/SUMMATION.js
+++ b/js/Linear/SUMMATION.js
@@ -39,7 +39,6 @@ function SUMMATION() {
this.Datatype = arguments[0]["Datatype"];
this.sgn = inverse(arguments[0]["sgn"]);
this.satur = arguments[0]["satur"];
- this.exprs = inverse(arguments[0]["exprs"]);
if (!ok) {
break;
}