summaryrefslogtreecommitdiff
path: root/js/Misc/HYSTHERESIS.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/HYSTHERESIS.js')
-rw-r--r--js/Misc/HYSTHERESIS.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/Misc/HYSTHERESIS.js b/js/Misc/HYSTHERESIS.js
index 3f94c918..c077a1e2 100644
--- a/js/Misc/HYSTHERESIS.js
+++ b/js/Misc/HYSTHERESIS.js
@@ -33,11 +33,11 @@ function HYSTHERESIS() {
return options;
}
HYSTHERESIS.prototype.set = function HYSTHERESIS() {
- this.high_lim = parseFloat((arguments[0]["high_lim"]))
- this.low_lim = parseFloat((arguments[0]["low_lim"]))
- this.out_high = parseFloat((arguments[0]["out_high"]))
- this.out_low = parseFloat((arguments[0]["out_low"]))
- this.nzz = parseFloat((arguments[0]["nzz"]))
+ this.high_lim = arguments[0]["high_lim"]
+ this.low_lim = arguments[0]["low_lim"]
+ this.out_high = arguments[0]["out_high"]
+ this.out_low = arguments[0]["out_low"]
+ this.nzz = parseFloat(arguments[0]["nzz"])
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;