diff options
Diffstat (limited to 'js/MatrixOp/MATRESH.js')
-rw-r--r-- | js/MatrixOp/MATRESH.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/MatrixOp/MATRESH.js b/js/MatrixOp/MATRESH.js index 0c60c782..1a44ec6d 100644 --- a/js/MatrixOp/MATRESH.js +++ b/js/MatrixOp/MATRESH.js @@ -31,6 +31,10 @@ function MATRESH() { MATRESH.prototype.get = function MATRESH() { } MATRESH.prototype.set = function MATRESH() { + this.typ = parseFloat((arguments[0]["typ"])) + this.l1 = parseFloat((arguments[0]["l1"])) + this.out = parseFloat((arguments[0]["out"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; |