summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 13:11:22 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 13:11:22 +0000
commit911d72f4fc3e61a8faa523cdf5c6f4b37d5d0c33 (patch)
treedadb872b0e2b527494617f6c561844d622ad191c /src/comm
parent72f6ba84112d75c88d5f0308a9954da0abae4348 (diff)
Include file name changes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@832 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/CactusComm.c6
-rw-r--r--src/comm/CactusDefaultComm.c6
-rw-r--r--src/comm/FortranBindings.c6
-rw-r--r--src/comm/Interp.c12
-rw-r--r--src/comm/OverloadComm.c2
-rw-r--r--src/comm/Reduction.c10
6 files changed, 21 insertions, 21 deletions
diff --git a/src/comm/CactusComm.c b/src/comm/CactusComm.c
index 0febdad9..c39eaac3 100644
--- a/src/comm/CactusComm.c
+++ b/src/comm/CactusComm.c
@@ -3,9 +3,9 @@
#include <stdio.h>
#include "cctk.h"
-#include "flesh.h"
-#include "Comm.h"
-#include "GHExtensions.h"
+#include "cctk_Flesh.h"
+#include "cctk_Comm.h"
+#include "cctk_GHExtensions.h"
int *CCTK_ArrayGroupSizeI(cGH *GH, int dir, int index)
{
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index 6fea7003..592c9ad8 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -11,10 +11,10 @@
#include <stdio.h>
#include <stdlib.h>
-#include "flesh.h"
-#include "Groups.h"
+#include "cctk_Flesh.h"
+#include "cctk_Groups.h"
#include "CactusMainDefaults.h"
-#include "GHExtensions.h"
+#include "cctk_GHExtensions.h"
#ifdef MPI
#include "mpi.h"
diff --git a/src/comm/FortranBindings.c b/src/comm/FortranBindings.c
index e7969c4d..2a273b7c 100644
--- a/src/comm/FortranBindings.c
+++ b/src/comm/FortranBindings.c
@@ -8,9 +8,9 @@
@@*/
#include <stdlib.h>
-#include "flesh.h"
-#include "FortranString.h"
-#include "Comm.h"
+#include "cctk_Flesh.h"
+#include "cctk_FortranString.h"
+#include "cctk_Comm.h"
int FMODIFIER FORTRAN_NAME(CCTK_Exit)(cGH *GH)
{
diff --git a/src/comm/Interp.c b/src/comm/Interp.c
index 4f2b51eb..34048ffa 100644
--- a/src/comm/Interp.c
+++ b/src/comm/Interp.c
@@ -22,13 +22,13 @@
#include <stdarg.h>
#include "cctk.h"
-#include "flesh.h"
-#include "FortranString.h"
-#include "Groups.h"
-#include "GroupsOnGH.h"
+#include "cctk_Flesh.h"
+#include "cctk_FortranString.h"
+#include "cctk_Groups.h"
+#include "cctk_GroupsOnGH.h"
#include "StoreHandledData.h"
-#include "Interp.h"
-#include "WarnLevel.h"
+#include "cctk_Interp.h"
+#include "cctk_WarnLevel.h"
static cHandledData *InterpOperators = NULL;
diff --git a/src/comm/OverloadComm.c b/src/comm/OverloadComm.c
index 8115c33a..0d372a1c 100644
--- a/src/comm/OverloadComm.c
+++ b/src/comm/OverloadComm.c
@@ -13,7 +13,7 @@
#include <stdlib.h>
#include <stdarg.h>
-#include "flesh.h"
+#include "cctk_Flesh.h"
#include "OverloadMacros.h"
static char *rcsid="$Header$";
diff --git a/src/comm/Reduction.c b/src/comm/Reduction.c
index 0cc25db8..57577a0d 100644
--- a/src/comm/Reduction.c
+++ b/src/comm/Reduction.c
@@ -17,12 +17,12 @@
#include <stdarg.h>
#include "cctk.h"
-#include "flesh.h"
-#include "FortranString.h"
-#include "Groups.h"
+#include "cctk_Flesh.h"
+#include "cctk_FortranString.h"
+#include "cctk_Groups.h"
#include "StoreHandledData.h"
-#include "Reduction.h"
-#include "WarnLevel.h"
+#include "cctk_Reduction.h"
+#include "cctk_WarnLevel.h"
static char *rcsid = "$Header$";