summaryrefslogtreecommitdiff
path: root/js/MatrixOp/CUMSUM.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/CUMSUM.js')
-rw-r--r--js/MatrixOp/CUMSUM.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/CUMSUM.js b/js/MatrixOp/CUMSUM.js
index b03ea3f0..5d141e69 100644
--- a/js/MatrixOp/CUMSUM.js
+++ b/js/MatrixOp/CUMSUM.js
@@ -36,7 +36,7 @@ function CUMSUM() {
return options;
}
CUMSUM.prototype.set = function CUMSUM() {
- this.typ = parseFloat((arguments[0]["typ"]))
+ this.typ = inverse((arguments[0]["typ"]))
this.decomptyp = parseFloat((arguments[0]["decomptyp"]))
this.lab = parseFloat((arguments[0]["lab"]))
this.x = arg1;