aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/defs.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-08-08 13:24:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-08-08 13:24:00 +0000
commit95814675f5886edb7c51a686b20cee84f7e24847 (patch)
treebf03c61b0fa3533c4f6e486361aabf654615cd24 /Carpet/CarpetLib/src/defs.hh
parent953547ddea9435fe0cbbe8358941eed1284d2c6b (diff)
CarpetLib: Change indentation of typestring definitions
darcs-hash:20050808132424-891bb-e352aafd9745fb66df45212a4a28e3175a7b58f0.gz
Diffstat (limited to 'Carpet/CarpetLib/src/defs.hh')
-rw-r--r--Carpet/CarpetLib/src/defs.hh40
1 files changed, 20 insertions, 20 deletions
diff --git a/Carpet/CarpetLib/src/defs.hh b/Carpet/CarpetLib/src/defs.hh
index 8a320ed3d..415a067cc 100644
--- a/Carpet/CarpetLib/src/defs.hh
+++ b/Carpet/CarpetLib/src/defs.hh
@@ -127,55 +127,55 @@ inline const char * typestring (const complex<long double>& dummy)
#else
-# ifdef CCTK_INT1
+#ifdef CCTK_INT1
inline const char * typestring (const CCTK_INT1& dummy)
{ return "CCTK_INT1"; }
-# endif
+#endif
-# ifdef CCTK_INT2
+#ifdef CCTK_INT2
inline const char * typestring (const CCTK_INT2& dummy)
{ return "CCTK_INT2"; }
-# endif
+#endif
-# ifdef CCTK_INT4
+#ifdef CCTK_INT4
inline const char * typestring (const CCTK_INT4& dummy)
{ return "CCTK_INT4"; }
-# endif
+#endif
-# ifdef CCTK_INT8
+#ifdef CCTK_INT8
inline const char * typestring (const CCTK_INT8& dummy)
{ return "CCTK_INT8"; }
-# endif
+#endif
-# ifdef CCTK_REAL4
+#ifdef CCTK_REAL4
inline const char * typestring (const CCTK_REAL4& dummy)
{ return "CCTK_REAL4"; }
-# endif
+#endif
-# ifdef CCTK_REAL8
+#ifdef CCTK_REAL8
inline const char * typestring (const CCTK_REAL8& dummy)
{ return "CCTK_REAL8"; }
-# endif
+#endif
-# ifdef CCTK_REAL16
+#ifdef CCTK_REAL16
inline const char * typestring (const CCTK_REAL16& dummy)
{ return "CCTK_REAL16"; }
-# endif
+#endif
-# ifdef CCTK_REAL4
+#ifdef CCTK_REAL4
inline const char * typestring (const CCTK_COMPLEX8& dummy)
{ return "CCTK_COMPLEX8"; }
-# endif
+#endif
-# ifdef CCTK_REAL8
+#ifdef CCTK_REAL8
inline const char * typestring (const CCTK_COMPLEX16& dummy)
{ return "CCTK_COMPLEX16"; }
-# endif
+#endif
-# ifdef CCTK_REAL16
+#ifdef CCTK_REAL16
inline const char * typestring (const CCTK_COMPLEX32& dummy)
{ return "CCTK_COMPLEX32"; }
-# endif
+#endif
#endif