aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/copy_3d.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/copy_3d.cc')
-rw-r--r--Carpet/CarpetLib/src/copy_3d.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/copy_3d.cc b/Carpet/CarpetLib/src/copy_3d.cc
index 4c0319658..f09a40bb7 100644
--- a/Carpet/CarpetLib/src/copy_3d.cc
+++ b/Carpet/CarpetLib/src/copy_3d.cc
@@ -116,7 +116,7 @@ namespace CarpetLib {
-#define INSTANTIATE(T) \
+#define TYPECASE(N,T) \
template \
void \
copy_3d (T const * restrict const src, \
@@ -126,8 +126,8 @@ namespace CarpetLib {
ibbox3 const & restrict srcbbox, \
ibbox3 const & restrict dstbbox, \
ibbox3 const & restrict regbbox);
-#include "instantiate"
-#undef INSTANTIATE
+#include "typecase.hh"
+#undef TYPECASE