Skip to content
Snippets Groups Projects
Commit 959bfc17 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

fixed compilation warning.

parent 97e982fc
Branches
Tags
No related merge requests found
......@@ -190,7 +190,7 @@ template<typename T> inline int CountMinSketch<T>::isRCovBelowThres(const readNu
h=hash64to32(*it,j);
min=cms_lambda_array[j] [h];
}
(min<threshold)? a+=1: NULL;
(min<threshold)? a+=1:a;
++b;
}
return (2*a>b);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment