aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/CarpetLib/src/defs.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/defs.cc b/Carpet/CarpetLib/src/defs.cc
index ab3b021d8..4462e1bb8 100644
--- a/Carpet/CarpetLib/src/defs.cc
+++ b/Carpet/CarpetLib/src/defs.cc
@@ -328,6 +328,7 @@ ostream& output (ostream& os, const vector<T>& v) {
template int ipow (int x, int y);
template CCTK_REAL ipow (CCTK_REAL x, int y);
template vect<int,dim> ipow (vect<int,dim> x, int y);
+template vect<CCTK_REAL,dim> ipow (vect<CCTK_REAL,dim> x, int y);
template size_t memoryof (list<bbox<int,dim> > const & l);
template size_t memoryof (list<vect<int,dim> > const & l);