summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorjshalf <jshalf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-02 14:17:36 +0000
committerjshalf <jshalf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-02 14:17:36 +0000
commit86cc1deafa70fbf0d50f4ddafdf8c2f9cd0d9abb (patch)
tree973059b9207808f2fb60eef69a2391e4809c94fd /src/include
parentc2816e0f4db428a8bec9846b1123e5461adce791 (diff)
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cctk.h2
1 files changed, 1 insertions, 1 deletions
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