summaryrefslogtreecommitdiff
path: root/js/IntegerOp/LOGIC.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/IntegerOp/LOGIC.js')
-rw-r--r--js/IntegerOp/LOGIC.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/IntegerOp/LOGIC.js b/js/IntegerOp/LOGIC.js
index 823bad8b..beac49e0 100644
--- a/js/IntegerOp/LOGIC.js
+++ b/js/IntegerOp/LOGIC.js
@@ -31,8 +31,8 @@ function LOGIC() {
return options;
}
LOGIC.prototype.set = function LOGIC() {
- this.mat = inverse((arguments[0]["mat"]))
- this.herit = parseFloat((arguments[0]["herit"]))
+ this.mat = inverse(arguments[0]["mat"])
+ this.herit = arguments[0]["herit"]
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;