mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
14 lines
215 B
C
14 lines
215 B
C
#ifndef _GRID_CSHIFT_H_
|
|
#define _GRID_CSHIFT_H_
|
|
|
|
#include <cshift/Cshift_common.h>
|
|
|
|
#ifdef GRID_COMMS_NONE
|
|
#include <cshift/Cshift_none.h>
|
|
#endif
|
|
|
|
#ifdef GRID_COMMS_MPI
|
|
#include <cshift/Cshift_mpi.h>
|
|
#endif
|
|
#endif
|