From 6b61ec37833916b2f515f2298279ef7f617eed47 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sat, 25 Dec 2004 18:34:00 +0000 Subject: CarpetLib: Instantiate ipow(double,int) darcs-hash:20041225183429-891bb-8696b1843f3ed7705453fdc2952f91fae86ad816.gz --- Carpet/CarpetLib/src/defs.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'Carpet') 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& 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 >& v); template istream& input (istream& os, vector >& v); -- cgit v1.2.3