diff options
Diffstat (limited to 'js/Branching/SWITCH2_m.js')
-rw-r--r-- | js/Branching/SWITCH2_m.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Branching/SWITCH2_m.js b/js/Branching/SWITCH2_m.js index 22891594..c1d83765 100644 --- a/js/Branching/SWITCH2_m.js +++ b/js/Branching/SWITCH2_m.js @@ -43,7 +43,6 @@ function SWITCH2_m() { this.rule = parseFloat(arguments[0]["rule"]); this.thra = arguments[0]["thra"]; this.nzz = parseFloat(arguments[0]["nzz"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |