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