diff options
author | Sunil Shetye | 2018-06-22 15:17:51 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-22 16:38:30 +0530 |
commit | 870479a2e4b932426a904b2ebae7e4ee72037326 (patch) | |
tree | 7e089fd43599783dbddeef0bc7460dd085389b29 /js/Misc/scifunc_block.js | |
parent | ec185db61d5b6fa65322296e48a983de36436cd0 (diff) | |
download | sci2js-870479a2e4b932426a904b2ebae7e4ee72037326.tar.gz sci2js-870479a2e4b932426a904b2ebae7e4ee72037326.tar.bz2 sci2js-870479a2e4b932426a904b2ebae7e4ee72037326.zip |
save global variables in first pass
read those variables in second pass
Diffstat (limited to 'js/Misc/scifunc_block.js')
-rw-r--r-- | js/Misc/scifunc_block.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/scifunc_block.js b/js/Misc/scifunc_block.js index 4938c66f..12da9da6 100644 --- a/js/Misc/scifunc_block.js +++ b/js/Misc/scifunc_block.js @@ -50,7 +50,7 @@ exprs[1-1]=lab; xx=xx.slice(); z=z.slice(); rpar=rpar.slice(); -nrp=prod[size(rpar)-1]; +nrp=prod(size(rpar)); i=int(i.slice()); ni=size(i,1); o=int(o.slice()); |