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