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:
parent
d1f1ccc705
commit
cb0d1b3399
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user