aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc')
-rw-r--r--Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc b/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
index 04e00b255..370d91723 100644
--- a/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
+++ b/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
@@ -156,7 +156,7 @@ namespace CarpetLib {
-#define INSTANTIATE(T) \
+#define TYPECASE(N,T) \
template \
void \
prolongate_3d_cc_rf2_std2prim (T const * restrict const src, \
@@ -166,8 +166,8 @@ namespace CarpetLib {
ibbox3 const & restrict srcbbox, \
ibbox3 const & restrict dstbbox, \
ibbox3 const & restrict regbbox);
-#include "instantiate"
-#undef INSTANTIATE
+#include "typecase.hh"
+#undef TYPECASE
@@ -275,7 +275,7 @@ namespace CarpetLib {
-#define INSTANTIATE(T) \
+#define TYPECASE(N,T) \
template \
void \
prolongate_3d_cc_rf2_prim2std (T const * restrict const src, \
@@ -285,8 +285,8 @@ namespace CarpetLib {
ibbox3 const & restrict srcbbox, \
ibbox3 const & restrict dstbbox, \
ibbox3 const & restrict regbbox);
-#include "instantiate"
-#undef INSTANTIATE
+#include "typecase.hh"
+#undef TYPECASE