aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGH.h
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-11-29 00:31:16 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-11-29 00:31:16 +0000
commit39f1228f49b0e45424400ca22e83887f5c5f9a0f (patch)
tree393bf7164bc970808ae887c2e80aca3a374d5497 /src/include/pGH.h
parent2b3a050ea4b61bfa7f4b38d7f3271c036c3ccb63 (diff)
PUGH support for CCTK_COMPLEX8 datatype.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@287 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pGH.h')
-rw-r--r--src/include/pGH.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/pGH.h b/src/include/pGH.h
index 0e6019e..f6e6999 100644
--- a/src/include/pGH.h
+++ b/src/include/pGH.h
@@ -56,6 +56,7 @@ typedef struct PGH
#ifdef CCTK_MPI
MPI_Datatype PUGH_mpi_complex;/* the MPI datatype for COMPLEX types */
+ MPI_Datatype PUGH_mpi_complex8;/* same for single precision COMPLEX types */
MPI_Comm PUGH_COMM_WORLD; /* the MPI communicator */
#ifdef PUGH_WITH_DERIVED_DATATYPES