diff options
author | Sunil Shetye | 2018-06-27 12:06:46 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-27 12:06:46 +0530 |
commit | a340efc94b289c1e1956e214baa76aade1de997d (patch) | |
tree | 0b1e1eead4a73f7ef32f0ac0ee465c28e3b3ed64 /js/MatrixOp/MATRESH.js | |
parent | eb7c8e0cd42d4afe02be3adda2e94b6b0dfdaa00 (diff) | |
download | sci2js-a340efc94b289c1e1956e214baa76aade1de997d.tar.gz sci2js-a340efc94b289c1e1956e214baa76aade1de997d.tar.bz2 sci2js-a340efc94b289c1e1956e214baa76aade1de997d.zip |
update function list
Diffstat (limited to 'js/MatrixOp/MATRESH.js')
-rw-r--r-- | js/MatrixOp/MATRESH.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATRESH.js b/js/MatrixOp/MATRESH.js index ef21b5f9..dbd65c59 100644 --- a/js/MatrixOp/MATRESH.js +++ b/js/MatrixOp/MATRESH.js @@ -93,7 +93,7 @@ function MATRESH() { break; } } - needcompile=resume(needcompile) + needcompile = resume(needcompile) return new BasicBlock(this.x); } } |