aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/instantiate
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/instantiate')
-rw-r--r--Carpet/CarpetLib/src/instantiate6
1 files changed, 4 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/instantiate b/Carpet/CarpetLib/src/instantiate
index aafc645d2..f85d27c58 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.2 2001/03/19 21:30:19 eschnett Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/instantiate,v 1.3 2001/03/22 18:42:06 eschnett Exp $
// Usage:
// Define the macro INSTANTIATE(T) to instantiate for the type T,
@@ -55,7 +55,9 @@
#endif
#if !defined(CARPET_BYTE) && !defined(CARPET_INT2) && !defined(CARPET_INT4) && !defined(CARPET_INT8) && !defined(CARPET_REAL4) && !defined(CARPET_REAL8) && !defined(CARPET_REAL16) && !defined(CARPET_COMPLEX8) && !defined(CARPET_COMPLEX16) && !defined(CARPET_COMPLEX32)
-// Assume the user just wants REAL
+// Assume the user just wants INT and REAL
+# undef CARPET_INT
+# define CARPET_INT
# undef CARPET_REAL
# define CARPET_REAL
#endif