From 22f6814985f3c559a437541e701b14a22e1ed0dc Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 15 Jan 2013 19:35:10 +0000 Subject: Make CCTK_REAL16 more flexible Instead of assuming that CCTK_REAL16 is real*16 in Fortran, allow any real*N for user-specified values of N. This enables using CCTK_REAL16 e.g. with gcc versions that call it real*10. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4935 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/cctk_Config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/make/cctk_Config.h.in') diff --git a/lib/make/cctk_Config.h.in b/lib/make/cctk_Config.h.in index 3325828f..a2219e20 100644 --- a/lib/make/cctk_Config.h.in +++ b/lib/make/cctk_Config.h.in @@ -568,6 +568,9 @@ typedef enum {false, true} bool; #undef HAVE_CCTK_FORTRAN_COMPLEX16 #undef HAVE_CCTK_FORTRAN_COMPLEX32 +#undef CCTK_REAL16_KIND +#undef CCTK_COMPLEX32_KIND + /* OpenMP collapse clause */ #if defined __INTEL_COMPILER && __INTEL_COMPILER_BUILD_DATE < 20100801 /* see http://software.intel.com/en-us/articles/intel-professional-edition-compilers-111-fixes-list/ */ -- cgit v1.2.3