aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorschnetter <>2004-03-01 18:40:00 +0000
committerschnetter <>2004-03-01 18:40:00 +0000
commitbfc49628edeb767a55b1479f9c6760780aa9fdf2 (patch)
tree61e67a51df1dc2b24aa234e64ca934c7333be319 /Carpet
parentb85f87f0480e3cc4e381d0a3e7e7ecb53f4ec1cd (diff)
Instantiate also for complex numbers by default.
darcs-hash:20040301184029-07bb3-7863044e1daff676d9b062b1b3e877d1b10cb3e8.gz
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/CarpetLib/src/instantiate4
1 files changed, 3 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/instantiate b/Carpet/CarpetLib/src/instantiate
index a036e4872..59f3594de 100644
--- a/Carpet/CarpetLib/src/instantiate
+++ b/Carpet/CarpetLib/src/instantiate
@@ -1,7 +1,7 @@
// Instantiate templates for all available types -*-C++-*-
// (C) 2001 Erik Schnetter <schnetter@uni-tuebingen.de>
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/instantiate,v 1.7 2003/08/03 16:26:21 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/instantiate,v 1.8 2004/03/01 19:40:29 schnetter Exp $
// Usage:
// Define the macro INSTANTIATE(T) to instantiate for the type T,
@@ -62,6 +62,8 @@
# define CARPET_INT
# undef CARPET_REAL
# define CARPET_REAL
+# undef CARPET_COMPLEX
+# define CARPET_COMPLEX
#endif
#ifdef CARPET_INT