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