aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2009-11-10 15:48:01 -0600
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:16 +0000
commitce51307fd9aec3caacd098357379b86c5c692fa1 (patch)
tree381f30838c588f5d7bbd76420585b891f04d9eee /Carpet/CarpetLib
parent2423093da5b8d68ac0bed1a824f776d2493e8189 (diff)
CarpetLib: Instantiate ipow<vect<CCTK_REAL,dim> >
Diffstat (limited to 'Carpet/CarpetLib')
-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);