aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/CarpetLib/src/data.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/Carpet/CarpetLib/src/data.cc b/Carpet/CarpetLib/src/data.cc
index 5b119acc4..20768866d 100644
--- a/Carpet/CarpetLib/src/data.cc
+++ b/Carpet/CarpetLib/src/data.cc
@@ -940,10 +940,9 @@ ostream & operator << (ostream & os, const data<T> & d)
-#define INSTANTIATE(T) \
-template class data<T>;
-template
-ostream & operator << <CCTK_REAL> (ostream & os, data<CCTK_REAL> const & d);
+#define INSTANTIATE(T) \
+template class data<T>; \
+template \
+ostream & operator << <T> (ostream & os, data<T> const & d);
#include "instantiate"
-
#undef INSTANTIATE