Skip to content

Commit

Permalink
Fix iterator template parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tobre1 committed Nov 21, 2024
1 parent fab9760 commit 76b3dcf
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 @@ -45,7 +45,7 @@ template <class NumericType, int D> class CalculateVisibilities {

hrleSizeType id = 0;

hrleSparseIterator<typename ls::Domain<NumericType, D>::DomainType> it(
hrleSparseIterator<typename Domain<NumericType, D>::DomainType> it(
domain, !isOpenBoundaryNegative);
while (!it.isFinished()) {

Expand Down

0 comments on commit 76b3dcf

Please sign in to comment.