diff options
Diffstat (limited to 'js/Threshold')
-rw-r--r-- | js/Threshold/GENERAL_f.js | 1 | ||||
-rw-r--r-- | js/Threshold/ZCROSS_f.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/js/Threshold/GENERAL_f.js b/js/Threshold/GENERAL_f.js index be88f52b..6e956ffe 100644 --- a/js/Threshold/GENERAL_f.js +++ b/js/Threshold/GENERAL_f.js @@ -38,7 +38,6 @@ function GENERAL_f() { var ok = true; this.in1 = parseFloat(arguments[0]["in1"]); this.out = parseFloat(arguments[0]["out"]); - this.exprs = arguments[0]["exprs"]; if (ok) { var tmpvar0 = check_io(this.model,this.graphics,this.in1,[],[],ones(this.out,1)); this.model = tmpvar0[0]; diff --git a/js/Threshold/ZCROSS_f.js b/js/Threshold/ZCROSS_f.js index bbbffec6..88668446 100644 --- a/js/Threshold/ZCROSS_f.js +++ b/js/Threshold/ZCROSS_f.js @@ -28,7 +28,6 @@ function ZCROSS_f() { while (true) { var ok = true; this.in1 = parseFloat(arguments[0]["in1"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |