diff options
Diffstat (limited to 'js/MatrixOp/MATSING.js')
-rw-r--r-- | js/MatrixOp/MATSING.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATSING.js b/js/MatrixOp/MATSING.js index 1d1aac24..4d1a4c80 100644 --- a/js/MatrixOp/MATSING.js +++ b/js/MatrixOp/MATSING.js @@ -36,7 +36,7 @@ function MATSING() { return options; } MATSING.prototype.set = function MATSING() { - 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; |