aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-02-22 18:36:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-02-22 18:36:00 +0000
commitb4a636d952e7829fa9bac4924a7295c30d9ac49a (patch)
tree683c6c7e2e266df95c1460913005f1f5a82d96c6 /Carpet/CarpetLib/src
parente116da97c1cf7c7f7294bf25929be29f3cf82098 (diff)
CarpetLib: Disable complex numbers when instantiating ENO time interpolators
darcs-hash:20070222183614-dae7b-7370334050f2f04e45b53693b252a51a2457a150.gz
Diffstat (limited to 'Carpet/CarpetLib/src')
-rw-r--r--Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc2
1 files changed, 2 insertions, 0 deletions
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