aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2004-12-25 18:34:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2004-12-25 18:34:00 +0000
commit6b61ec37833916b2f515f2298279ef7f617eed47 (patch)
tree912bdfb87ad3e6bcc9692f575e545eb402a61166 /Carpet
parent4c2cb41015d0540e7fa7649d57481c9078b74889 (diff)
CarpetLib: Instantiate ipow(double,int)
darcs-hash:20041225183429-891bb-8696b1843f3ed7705453fdc2952f91fae86ad816.gz
Diffstat (limited to 'Carpet')
-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 257d158ac..a4400b0e6 100644
--- a/Carpet/CarpetLib/src/defs.cc
+++ b/Carpet/CarpetLib/src/defs.cc
@@ -154,6 +154,7 @@ ostream& output (ostream& os, const vector<T>& v) {
#include "bboxset.hh"
template int ipow (int x, int y);
+template CCTK_REAL ipow (CCTK_REAL x, int y);
template istream& input (istream& os, vector<bbox<int,3> >& v);
template istream& input (istream& os, vector<bbox<CCTK_REAL,3> >& v);