diff options
Diffstat (limited to 'js/MatrixOp/MATEIG.js')
-rw-r--r-- | js/MatrixOp/MATEIG.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/MatrixOp/MATEIG.js b/js/MatrixOp/MATEIG.js index dbe10da5..2a365fe8 100644 --- a/js/MatrixOp/MATEIG.js +++ b/js/MatrixOp/MATEIG.js @@ -31,6 +31,9 @@ function MATEIG() { MATEIG.prototype.get = function MATEIG() { } MATEIG.prototype.set = function MATEIG() { + 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; |