Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobre1 committed Nov 21, 2024
1 parent 301ba07 commit fab9760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/viennals/lsCalculateVisibilities.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ template <class NumericType, int D> class CalculateVisibilities {
int passedOpenBoundaryDirection, bool passedIsOpenBoundaryNegative)
: levelSet(passedLevelSet),
openBoundaryDirection(passedOpenBoundaryDirection),
isOpenBoundaryNegative(passedIsOpenBoundaryDirection) {}
isOpenBoundaryNegative(passedIsOpenBoundaryNegative) {}

void apply() {

Expand Down

0 comments on commit fab9760

Please sign in to comment.