1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

Change to the compressor & stencil interface a little.

This commit is contained in:
Peter Boyle 2016-02-17 18:27:11 -06:00
parent c9fadf97a5
commit b6f6da923e

View File

@ -81,7 +81,7 @@ int main (int argc, char ** argv)
}
*/
typedef CartesianStencil<vobj,vobj,SimpleCompressor<vobj> > Stencil;
typedef CartesianStencil<vobj,vobj> Stencil;
for(int dir=0;dir<4;dir++){
for(int disp=0;disp<Fine._fdimensions[dir];disp++){