mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Rename some files to make naming consistent
This commit is contained in:
parent
9ba89e64dc
commit
c86f79c4be
16
Grid_cshift.h
Normal file
16
Grid_cshift.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef _GRID_CSHIFT_H_
|
||||
#define _GRID_CSHIFT_H_
|
||||
#include <Grid_cshift_common.h>
|
||||
|
||||
#ifdef GRID_COMMS_NONE
|
||||
#include <Grid_cshift_none.h>
|
||||
#endif
|
||||
|
||||
#ifdef GRID_COMMS_FAKE
|
||||
#include <Grid_cshift_fake.h>
|
||||
#endif
|
||||
|
||||
#ifdef GRID_COMMS_MPI
|
||||
#include <Grid_cshift_mpi.h>
|
||||
#endif
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user