aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab/src/slab.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetSlab/src/slab.hh')
-rw-r--r--Carpet/CarpetSlab/src/slab.hh41
1 files changed, 14 insertions, 27 deletions
diff --git a/Carpet/CarpetSlab/src/slab.hh b/Carpet/CarpetSlab/src/slab.hh
index 998625eb9..1f6d8e96a 100644
--- a/Carpet/CarpetSlab/src/slab.hh
+++ b/Carpet/CarpetSlab/src/slab.hh
@@ -1,37 +1,24 @@
// $Header:$
-#ifndef CARPETSLAB_HH
-#define CARPETSLAB_HH
+#ifndef CARPETSLAB_SLAB_HH
+#define CARPETSLAB_SLAB_HH
#include "cctk.h"
-#include "slab.h"
-
namespace CarpetSlab {
- // Non-standard interface -- don't use
- void FillSlab (const cGH* const cgh,
- const int dest_proc,
- const int n,
- const int tl,
- const int hdim,
- const int origin[/*vdim*/],
- const int dirs[/*hdim*/],
- const int stride[/*hdim*/],
- const int length[/*hdim*/],
- void* const hdata);
-
- // Non-standard interface -- don't use
- void* GetSlab (const cGH* const cgh,
- const int dest_proc,
- const int n,
- const int tl,
- const int hdim,
- const int origin[/*vdim*/],
- const int dirs[/*hdim*/],
- const int stride[/*hdim*/],
- const int length[/*hdim*/]);
+ void
+ FillSlab (const cGH* const cgh,
+ const int dest_proc,
+ const int n,
+ const int tl,
+ const int hdim,
+ const int origin[/*vdim*/],
+ const int dirs[/*hdim*/],
+ const int stride[/*hdim*/],
+ const int length[/*hdim*/],
+ void* const hdata);
} // namespace CarpetSlab
-#endif // !defined(CARPETSLAB_HH)
+#endif // !defined(CARPETSLAB_SLAB_HH)