mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Rename some files to make naming consistent
This commit is contained in:
		
							
								
								
									
										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
 | 
			
		||||
		Reference in New Issue
	
	Block a user