1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00
Grid/lib/Cshift.h

14 lines
215 B
C
Raw Normal View History

#ifndef _GRID_CSHIFT_H_
#define _GRID_CSHIFT_H_
2015-04-18 21:23:32 +01:00
2015-06-03 12:47:05 +01:00
#include <cshift/Cshift_common.h>
#ifdef GRID_COMMS_NONE
2015-06-03 12:47:05 +01:00
#include <cshift/Cshift_none.h>
#endif
#ifdef GRID_COMMS_MPI
2015-06-03 12:47:05 +01:00
#include <cshift/Cshift_mpi.h>
#endif
#endif