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