diff options
Diffstat (limited to 'js/MatrixOp/MATTRAN.js')
-rw-r--r-- | js/MatrixOp/MATTRAN.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/MatrixOp/MATTRAN.js b/js/MatrixOp/MATTRAN.js index 931b82c0..7f06522c 100644 --- a/js/MatrixOp/MATTRAN.js +++ b/js/MatrixOp/MATTRAN.js @@ -19,6 +19,8 @@ function MATTRAN() { MATTRAN.prototype.get = function MATTRAN() { } MATTRAN.prototype.set = function MATTRAN() { + this.typ = parseFloat((arguments[0]["typ"])) + this.rule = parseFloat((arguments[0]["rule"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; |