Skip to content
Snippets Groups Projects
Commit 7c0d599c authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

Fix for Windows

parent 27208dcb
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ template <typename T> bool testBinarySearch(const int n, double* tTMath, double*
std::sort(k.begin(), k.end());
int npass = npass0/std::log10(10*n/minsize);
int npass = npass0/std::log10(double(10*n/minsize));
int s1 = 0;
t.Start();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment