mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Got traceIndex, transposeIndex fully working.
Need to think about peekIndex interface and () based indexing.
This commit is contained in:
parent
3b9110b5db
commit
1408a3c0f9
12
Grid_summation.h
Normal file
12
Grid_summation.h
Normal file
@ -0,0 +1,12 @@
|
||||
#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
|
Loading…
Reference in New Issue
Block a user