Skip to content
Snippets Groups Projects
Unverified Commit 0c205c88 authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

Remove extraneous character from FitUtil.h header

parent 6b7e0e4a
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ namespace vecCore {
template <class T>
vecCore::Mask<T> Int2Mask(unsigned i)
{
T x;
T x;
for (unsigned j = 0; j < vecCore::VectorSize<T>(); j++)
vecCore::Set<T>(x, j, j);
return vecCore::Mask<T>(x < T(i));
......
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