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