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