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