Skip to content

Commit

Permalink
Fixing compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
gopal-msr committed Oct 24, 2023
1 parent 74330ca commit d3297fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scratch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ PQScratch<T>::PQScratch(size_t graph_degree, size_t aligned_dim)
}

template<typename T>
void PQScratch<T>::initialize(size_t dim, const T *query, const float norm = 1.0f)
void PQScratch<T>::initialize(size_t dim, const T *query, const float norm)
{
for (size_t d = 0; d < dim; ++d)
{
Expand Down

0 comments on commit d3297fa

Please sign in to comment.