Skip to content

Commit

Permalink
Merge pull request #1739 from DGtal-team/vincentEdits
Browse files Browse the repository at this point in the history
Minor typos in the CMakeLists
  • Loading branch information
dcoeurjo committed Jul 24, 2024
2 parents 9e68f57 + 3632ee0 commit ecadbfa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

## Bug fixes

- *General*
- Fixing typos int the cmake script (David Coeurjolly, [#1739](https://github.com/DGtal-team/DGtal/pull/1739))

- *DEC*
- Minor update of the DEC package documentation (David Coeurjolly, [#1734](https://github.com/DGtal-team/DGtal/pull/1734))

Expand Down
2 changes: 1 addition & 1 deletion cmake/CheckDGtalOptionalDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ endif()


if (WITH_LIBIGL)
set(LIST_OPTION ${LIST_OPTION} [FFTW3]\ )
set(LIST_OPTION ${LIST_OPTION} [LIBIGL]\ )
message(STATUS " WITH_LIBIGL true (libIGL)")
else (WITH_LIBIGL)
message(STATUS " WITH_LIBIGL false (libIGL)")
Expand Down
2 changes: 1 addition & 1 deletion src/DGtal/shapes/WindingNumbersShape.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ namespace DGtal
Eigen::VectorXd O_R;
Eigen::MatrixXd O_EC;

//Checking if the areas
//Computing the WN values
igl::fast_winding_number(*myPoints,*myNormals,myPointAreas,myO_PI,myO_CH,2,O_CM,O_R,O_EC);
igl::fast_winding_number(*myPoints,*myNormals,myPointAreas,myO_PI,myO_CH,O_CM,O_R,O_EC,queries,2,W);
}
Expand Down

0 comments on commit ecadbfa

Please sign in to comment.