Skip to content

Commit

Permalink
Minor edits cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Jul 11, 2024
1 parent 9e68f57 commit 11eb11b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 11eb11b

Please sign in to comment.