aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp2/src/fasterp.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-07-15 12:11:40 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-07-15 12:11:40 -0500
commit13123ab8ef07438043bf1be97b62916959a3b573 (patch)
treedc7f168e31950eb9ded52433dc5c0e7fa31cf6dd /Carpet/CarpetInterp2/src/fasterp.hh
parent18c799d6583b2d98b76e89fb534d7c1f4cc4a9c6 (diff)
Move implementation of create_mpi_datatype from CarpetInterp2 to CarpetLib
Diffstat (limited to 'Carpet/CarpetInterp2/src/fasterp.hh')
-rw-r--r--Carpet/CarpetInterp2/src/fasterp.hh14
1 files changed, 0 insertions, 14 deletions
diff --git a/Carpet/CarpetInterp2/src/fasterp.hh b/Carpet/CarpetInterp2/src/fasterp.hh
index d2a13a35f..84b20da80 100644
--- a/Carpet/CarpetInterp2/src/fasterp.hh
+++ b/Carpet/CarpetInterp2/src/fasterp.hh
@@ -27,20 +27,6 @@ namespace CarpetInterp2 {
- // Map C structures to MPI datatypes
- struct mpi_struct_descr_t {
- int blocklength;
- MPI_Aint displacement;
- MPI_Datatype type;
- };
-
- void
- create_mpi_datatype (size_t count,
- mpi_struct_descr_t const descr[],
- MPI_Datatype & newtype);
-
-
-
// A global location, given by its global coordinates
struct fasterp_glocs_t {
vector<CCTK_REAL> coords[dim];