Skip to content
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

Fixing #1296 : invalid cell coordinates in ctopo-fillContours.cpp #1297

Merged
merged 2 commits into from
Nov 18, 2017

Conversation

rolanddenis
Copy link
Member

@rolanddenis rolanddenis commented Nov 17, 2017

PR Description

The invalid KhalimskyCell is only used to get his className in order to define a CustomStyle for the Board2D. This fix replaces the invalid cell by the lowerCell of the KhalimskySpace.

I'm wondering if lowerCell methods shouldn’t be static instead ?

See #1296

Checklist

  • [ ] Unit-test of your feature with Catch.
  • [ ] Doxygen documentation of the code completed (classes, methods, types, members...)
  • [ ] Documentation module page added or updated.
  • New entry in the ChangeLog.md added.
  • No warning raised in Debug cmake mode (otherwise, Travis C.I. will fail).
  • All continuous integration tests pass (Travis & appveyor)

See DGtal-team#1296. The KhalimskyCell is only used to get his className in order
to define a CustomStyle for the Board2D. The fix replaces the invalid
cell by the lowerCell of the KhalismkySpace.
@dcoeurjo
Copy link
Member

thanks.
MErging

@dcoeurjo dcoeurjo merged commit 295b98e into DGtal-team:master Nov 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants