diff options
Diffstat (limited to 'js/IntegerOp/LOGIC.js')
-rw-r--r-- | js/IntegerOp/LOGIC.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/IntegerOp/LOGIC.js b/js/IntegerOp/LOGIC.js index e06ea999..823bad8b 100644 --- a/js/IntegerOp/LOGIC.js +++ b/js/IntegerOp/LOGIC.js @@ -31,7 +31,7 @@ function LOGIC() { return options; } LOGIC.prototype.set = function LOGIC() { - this.mat = parseFloat((arguments[0]["mat"])) + this.mat = inverse((arguments[0]["mat"])) this.herit = parseFloat((arguments[0]["herit"])) this.x = arg1; graphics = arg1.graphics; |