1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00
Grid/lib/Grid_cshift.h

14 lines
230 B
C
Raw Normal View History

#ifndef _GRID_CSHIFT_H_
#define _GRID_CSHIFT_H_
2015-04-18 21:23:32 +01:00
#include <cshift/Grid_cshift_common.h>
#ifdef GRID_COMMS_NONE
2015-04-18 21:23:32 +01:00
#include <cshift/Grid_cshift_none.h>
#endif
#ifdef GRID_COMMS_MPI
2015-04-18 21:23:32 +01:00
#include <cshift/Grid_cshift_mpi.h>
#endif
#endif