Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In process_block_until_close(), the equality checking was performed i…
…n 2 steps and as in all cases NDX was 1, analysers warned that the loop part was ineffective. To eliminate this warning, and simplify the code, just do a single loop from zero and also exit the loop when it fails the first test (should there ever be a use with NDX > 1). Also simplify to only have the single call to processSmoothing.
- Loading branch information