-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Fix cubical complex functions #1390
Fix cubical complex functions #1390
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx !
Can you also remove the using namespace ::DGtal::functions;
of CubicalComplex::link
, and fix the indentation (mixed tabs and spaces) of CubicalComplexFunctions.ih
?
Co-Authored-By: JacquesOlivierLachaud <[email protected]>
Co-Authored-By: JacquesOlivierLachaud <[email protected]>
…rLachaud/DGtal into FixCubicalComplexFunctions
Should the two operators in VoxelComplex also be moved out of the namespace? DGtal/src/DGtal/topology/VoxelComplex.h Lines 50 to 63 in 33db467
I can do it as well in other branch after this gets merged. |
Yes, I think we could have the same compilation issues with |
So we merge and Pablo fixes VoxelComplex operators in another PR ? |
Yep, mergin... Thanks for the PR! |
Thanks a lot for contributing to DGtal, before submitting your PR, please fill up the description and make sure that all checkboxes are checked. Please remove these lines in your PR.
PR Description
This PR fixes two issues related to CubicalComplexFunctions: issue #1362 and issue #1381 (for progrmas testCubicalComplex, testVoxelComplex and testParDirCollapse).
Checklist
cmake
mode (otherwise, Travis C.I. will fail).