diff options
Diffstat (limited to 'js/Branching/SCALAR2VECTOR.js')
-rw-r--r-- | js/Branching/SCALAR2VECTOR.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Branching/SCALAR2VECTOR.js b/js/Branching/SCALAR2VECTOR.js index 9cf939c2..ab89dbb4 100644 --- a/js/Branching/SCALAR2VECTOR.js +++ b/js/Branching/SCALAR2VECTOR.js @@ -27,7 +27,6 @@ function SCALAR2VECTOR() { while (true) { var ok = true; this.nout = parseFloat(arguments[0]["nout"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |