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

Drop compressor entirely from Cshift to only Stencil.

This commit is contained in:
paboyle 2017-04-20 13:16:55 +01:00
parent fc4ab9ccd5
commit d2312e9874

View File

@ -28,6 +28,7 @@
#ifndef GRID_STENCIL_H
#define GRID_STENCIL_H
#include <Grid/stencil/SimpleCompressor.h> // subdir aggregate
#include <Grid/stencil/Lebesgue.h> // subdir aggregate
//////////////////////////////////////////////////////////////////////////////////////////