Skip to content

Commit

Permalink
fix: macos clang stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLapous committed Jan 14, 2024
1 parent c65a5d5 commit 6bb548f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ template <class Filtration_value =
size_t axis = 0>
class LineIterator {
public:
using value_type = Filtration_value::value_type;
using value_type = typename Filtration_value::value_type;
LineIterator(const Filtration_value &basepoint, value_type precision,
int num_iterations)
: precision(precision), remaining_iterations(num_iterations),
Expand Down

0 comments on commit 6bb548f

Please sign in to comment.