-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
Use reference instead of pointer to simplify code #30529
Comments
Changed keywords from none to combinatorial polyhedron, face iterator |
comment:3
If you could just rebase the branch to clean up the history a bit, then you can set a positive review. |
Reviewer: Travis Scrimshaw |
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:6
Replying to @tscrim:
Thank you. This ticket is only one commit. Now you can see it. |
Changed branch from u/gh-kliem/simplify_face_struct_pointer to |
By using a reference to a structure the code is much better to read.
Instead of
structptr[0].newfaces[structptr[0].current_dimension-1]
we now havestructure.newfaces[structure.current_dimension-1]
.Depends on #30524
CC: @tscrim
Component: geometry
Keywords: combinatorial polyhedron, face iterator
Author: Jonathan Kliem
Branch/Commit:
5b21614
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/30529
The text was updated successfully, but these errors were encountered: