aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pGH.h')
-rw-r--r--src/include/pGH.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/include/pGH.h b/src/include/pGH.h
index f21db09..d8ae113 100644
--- a/src/include/pGH.h
+++ b/src/include/pGH.h
@@ -61,19 +61,19 @@ typedef struct PGH
#ifdef PUGH_WITH_DERIVED_DATATYPES
/* Derived data types for communication */
- MPI_Datatype send_char_dt [PUGH_NSTAGGER][6];
- MPI_Datatype recv_char_dt [PUGH_NSTAGGER][6];
- MPI_Datatype send_int_dt [PUGH_NSTAGGER][6];
- MPI_Datatype recv_int_dt [PUGH_NSTAGGER][6];
- MPI_Datatype send_real_dt [PUGH_NSTAGGER][6];
- MPI_Datatype recv_real_dt [PUGH_NSTAGGER][6];
- MPI_Datatype send_complex_dt [PUGH_NSTAGGER][6];
- MPI_Datatype recv_complex_dt [PUGH_NSTAGGER][6];
+ MPI_Datatype send_char_dt [6];
+ MPI_Datatype recv_char_dt [6];
+ MPI_Datatype send_int_dt [6];
+ MPI_Datatype recv_int_dt [6];
+ MPI_Datatype send_real_dt [6];
+ MPI_Datatype recv_real_dt [6];
+ MPI_Datatype send_complex_dt [6];
+ MPI_Datatype recv_complex_dt [6];
#endif
#endif
/* Used for all grid functions */
- pGExtras **GFExtras; /* [dim] stagger ? */
+ pGExtras **GFExtras; /* [dim] */
pConnectivity **Connectivity; /* [dim] */
char *identity_string; /* identifier for this pGH */