1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

hopefullly fix buildd fail

This commit is contained in:
Peter Boyle 2020-05-24 21:27:00 -04:00
parent d1f1ccc705
commit cb0d1b3399

View File

@ -64,7 +64,7 @@ inline typename vobj::scalar_object sum_cpu(const vobj *arg, Integer osites)
return ssum;
}
/*
template<class vobj>
inline typename vobj::scalar_object sum(const vobj *arg, Integer osites)
{
@ -74,7 +74,7 @@ inline typename vobj::scalar_object sum(const vobj *arg, Integer osites)
return sum_cpu(arg,osites);
#endif
}
*/
template<class vobj>
inline typename vobj::scalar_object sum(const Lattice<vobj> &arg)
{