aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/mem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/mem.cc')
-rw-r--r--Carpet/CarpetLib/src/mem.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/mem.cc b/Carpet/CarpetLib/src/mem.cc
index b3840a115..e81e86aa9 100644
--- a/Carpet/CarpetLib/src/mem.cc
+++ b/Carpet/CarpetLib/src/mem.cc
@@ -403,9 +403,9 @@ void CarpetLib_printmemstats (CCTK_ARGUMENTS)
-#define INSTANTIATE(T) \
+#define TYPECASE(N,T) \
template class mem<T>;
-#include "instantiate"
+#include "typecase.hh"
-#undef INSTANTIATE
+#undef TYPECASE