Skip to content

Commit

Permalink
Entry in the changelog and fix for a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper Pluta committed Sep 28, 2016
1 parent fdb8b7c commit ed4f588
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
- *Topology Package*
- Add pre-calculated look up tables to speed up Object::isSimple calculations.
(Pablo Hernandez-Cerdan, [#1155](https://github.com/DGtal-team/DGtal/pull/1155))
- Implementation of ParDirCollapse with CollapseSurface and CollapseIsthmus.
(Mohamad ONAYSSI, Bibiana MARTINEZ, Mohamed MELLOULI, Kacper PLUTA,
[#1199](https://github.com/DGtal-team/DGtal/pull/1199))


## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion tests/topology/testParDirCollapse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ TEST_CASE( "Testing ParDirCollapse" )
thinning.attach ( &complex );
thinning.collapseSurface ();
}
SECTION("Testing ParDirCollapse::collapseTsthmus")
SECTION("Testing ParDirCollapse::collapseIsthmus")
{
getComplex< CC, KSpace > ( complex, K );
thinning.attach ( &complex );
Expand Down

0 comments on commit ed4f588

Please sign in to comment.