-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The choose_part_count function that is important for creating an irregular mesh partitioning wasn't behaving as expected. Due to operator precedence the values of R and Q weren't being decremented, instead the operation was being applied to the pointer itself and hence odd things were happening. Fixed with some simple bracketing.
- Loading branch information
Showing
1 changed file
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters