From 86cc1deafa70fbf0d50f4ddafdf8c2f9cd0d9abb Mon Sep 17 00:00:00 2001 From: jshalf Date: Fri, 2 Apr 2004 14:17:36 +0000 Subject: The preprocessor on the Cray-X1 put spaces in odd places when expanding the CCTK_EQUALS macro - so added spaces in the correct places. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3637 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/cctk.h') diff --git a/src/include/cctk.h b/src/include/cctk.h index aa9d8798..800a20cc 100644 --- a/src/include/cctk.h +++ b/src/include/cctk.h @@ -63,7 +63,7 @@ #define CCTK_CoordRegisterSystem(a,b,c) CCTKi_CoordRegisterSystem(a,b,CCTK_THORNSTRING,c) -#define CCTK_EQUALS(a,b) (CCTK_Equals(a,b).eq.1) +#define CCTK_EQUALS(a,b) (CCTK_Equals(a,b) .eq. 1) #define CCTK_PASS_FTOF CCTK_FARGUMENTS -- cgit v1.2.3