Skip to content

Commit

Permalink
Fix dependent template error
Browse files Browse the repository at this point in the history
  • Loading branch information
vfisikop committed Jul 5, 2024
1 parent 9be4f78 commit 19f4a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sampling/sample_points.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ void sample_points(Polytope& P, // TODO: make it a const&
unsigned int i = 0;
double t = 1.0;

typename WalkType::parameters
typename WalkType::template parameters
<
double,
decltype(distribution.grad)
Expand Down

0 comments on commit 19f4a9d

Please sign in to comment.