1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01: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; return ssum;
} }
/*
template<class vobj> template<class vobj>
inline typename vobj::scalar_object sum(const vobj *arg, Integer osites) 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); return sum_cpu(arg,osites);
#endif #endif
} }
*/
template<class vobj> template<class vobj>
inline typename vobj::scalar_object sum(const Lattice<vobj> &arg) inline typename vobj::scalar_object sum(const Lattice<vobj> &arg)
{ {