From b4a636d952e7829fa9bac4924a7295c30d9ac49a Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Thu, 22 Feb 2007 18:36:00 +0000 Subject: CarpetLib: Disable complex numbers when instantiating ENO time interpolators darcs-hash:20070222183614-dae7b-7370334050f2f04e45b53693b252a51a2457a150.gz --- Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Carpet/CarpetLib/src') diff --git a/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc b/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc index f0b19ed35..c65ae3594 100644 --- a/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc +++ b/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc @@ -264,7 +264,9 @@ namespace CarpetLib { ibbox3 const & restrict srcbbox, \ ibbox3 const & restrict dstbbox, \ ibbox3 const & restrict regbbox); +#define CARPET_NO_COMPLEX #include "instantiate" +#undef CARPET_NO_COMPLEX #undef INSTANTIATE -- cgit v1.2.3