-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Function addNewNode() renamed to addNewNode!().
addNewNode!() now starts the search for a new node ID at hash(location) by default, rather than always from 1. This should speed it up and make node IDs more unique. Note that the hashes are not consistent between julia sessions. I had to modify the tests slightly, now that the node IDs on boundaries are not guaranteed to have the same IDs between sessions. See discussion at Issue #65. Signed-off-by: Ted Steiner <tsteiner2@gmail.com>
- Loading branch information
1 parent
e8552af
commit 2bb5d4a
Showing
3 changed files
with
10 additions
and
7 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
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
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