diff options
Diffstat (limited to 'js/MatrixOp/CUMSUM.js')
-rw-r--r-- | js/MatrixOp/CUMSUM.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/MatrixOp/CUMSUM.js b/js/MatrixOp/CUMSUM.js index 5d141e69..5e4fcdc4 100644 --- a/js/MatrixOp/CUMSUM.js +++ b/js/MatrixOp/CUMSUM.js @@ -36,9 +36,9 @@ function CUMSUM() { return options; } CUMSUM.prototype.set = function CUMSUM() { - this.typ = inverse((arguments[0]["typ"])) - this.decomptyp = parseFloat((arguments[0]["decomptyp"])) - this.lab = parseFloat((arguments[0]["lab"])) + this.typ = inverse(arguments[0]["typ"]) + this.decomptyp = arguments[0]["decomptyp"] + this.lab = arguments[0]["lab"] this.x = arg1; model = arg1.model; graphics = arg1.graphics; |