-
Notifications
You must be signed in to change notification settings - Fork 69
Apply code review changes to make_watertight files #666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 9 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
74b1404
Removing commented output lines.
pshriwise c03ed79
Updates based on comments from PullRequest in #660.
pshriwise af97c97
Applying style guide.
pshriwise 55728bf
Using RAII instead of statically allocated arrays of structs and chan…
pshriwise 5f06d8e
Further updates/corrections to Arc files.
pshriwise 896849a
Applying style guide.
pshriwise 0435c61
Adding news file.
pshriwise 71bd505
Reverting message removal in make_watertight CMake file.
pshriwise 06237a1
Directing error message to cerr.
pshriwise 75b6d61
Addressing comments from @bam241.
pshriwise 889777b
Reverting the change to FACET_TOL variable name (for now).
pshriwise File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| **Added:** None | ||
|
|
||
| **Changed:** None | ||
|
|
||
| - Applied changes from PullRequest to make_watertight files | ||
|
|
||
| - remove commented code blocks that are either outdated or are debug statements | ||
| - improvements to some logic for clarity | ||
| - use of standard library containers to avoid potential memory leaks in Arc.cpp/Gen.cpp | ||
| - improvements to struct/variable names | ||
| - declared variables for "magic numbers" | ||
| - passing by const reference where possible to avoid unnecessary memory allocation | ||
| - removed an unused function (Arc::create_loops_from_oriented_edges_fast) | ||
|
|
||
| **Deprecated:** None | ||
|
|
||
| **Removed:** None | ||
|
|
||
| **Fixed:** None | ||
|
|
||
| **Security:** None |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.