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

13 lines
248 B
C
Raw Normal View History

#ifndef GRID_SUMMATION_H
#define GRID_SUMMATION_H
template<class vobj>
inline void sumBlocks(Lattice<vobj> &coarseData,const Lattice<vobj &fineData)
{
GridBase * fine = findData._grid;
GridBase * coarse= findData._grid;
return;
}
#endif