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