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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Misc/HYSTHERESIS.js b/js/Misc/HYSTHERESIS.js
index e96ec98d..a1654a92 100644
--- a/js/Misc/HYSTHERESIS.js
+++ b/js/Misc/HYSTHERESIS.js
@@ -41,6 +41,7 @@ function HYSTHERESIS() {
this.out_high = arguments[0]["out_high"];
this.out_low = arguments[0]["out_low"];
this.nzz = parseFloat(arguments[0]["nzz"]);
+ var exprs = [arguments[0]["high_lim"], arguments[0]["low_lim"], arguments[0]["out_high"], arguments[0]["out_low"], arguments[0]["nzz"]];
if (!ok) {
break;
}