diff options
Diffstat (limited to 'js/IntegerOp/LOGIC.js')
-rw-r--r-- | js/IntegerOp/LOGIC.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/IntegerOp/LOGIC.js b/js/IntegerOp/LOGIC.js index cf843b1f..20da4fc3 100644 --- a/js/IntegerOp/LOGIC.js +++ b/js/IntegerOp/LOGIC.js @@ -26,6 +26,8 @@ function LOGIC() { LOGIC.prototype.get = function LOGIC() { } LOGIC.prototype.set = function LOGIC() { + this.mat = parseFloat((arguments[0]["mat"])) + this.herit = parseFloat((arguments[0]["herit"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |