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 arithmetic ring issue #1163

Merged
merged 11 commits into from
May 8, 2016
6 changes: 4 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

- *Geometry Package*
- New robust normal vector estimator using spherical accumulators and statistical
voting (Boulc'h & Marlet, SGP 2012).
(David Coeurjolly, [#1149](https://github.com/DGtal-team/DGtal/pull/1149))
voting (Boulc'h & Marlet, SGP 2012).
(David Coeurjolly, [#1149](https://github.com/DGtal-team/DGtal/pull/1149))

## Changes
- *Configuration/General*
Expand Down Expand Up @@ -38,6 +38,8 @@
- *Configuration/General*
- Simplification of the windows build instructions. (David
Coeurjolly, [#1160](https://github.com/DGtal-team/DGtal/pull/1160))
- Fixing issues raised on some algorithms when changing Euclidean ring
for SpaceND and KhalimskySpaceND. (Jérémy Levallois, [#1163](https://github.com/DGtal-team/DGtal/pull/1163))

- *DEC Package*
- Fixing warnings in DiscreteExteriorCalculus and DiscreteExteriorCalculusFactory.
Expand Down
Loading