diff options
author | Sunil Shetye | 2018-07-18 11:59:12 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-07-18 17:07:40 +0530 |
commit | 0a3a3de53938dfdc83cca1b18c792ec576d3c8f4 (patch) | |
tree | b88691fb4265fef43321b91c876cbfd8b2c6bfb8 /js/Branching/SCALAR2VECTOR.js | |
parent | 368762c4b8ed28573bc1f6b166e12982a2fe6c1d (diff) | |
download | sci2js-0a3a3de53938dfdc83cca1b18c792ec576d3c8f4.tar.gz sci2js-0a3a3de53938dfdc83cca1b18c792ec576d3c8f4.tar.bz2 sci2js-0a3a3de53938dfdc83cca1b18c792ec576d3c8f4.zip |
remove exprs from list
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; } |