aboutsummaryrefslogtreecommitdiff
path: root/src/FlatBoundary.c
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-07-30 13:27:31 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-07-30 13:27:31 +0000
commit9112a5c1fd7aa961aa9e9dd2d2a788acfbe43124 (patch)
treeabd53df79d26bf8f3e9aae51d278abfb54a885cd /src/FlatBoundary.c
parent7c739625d5e3bd7d0594c0c5c9c27379d4a66d4d (diff)
Include file name changes
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@12 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/FlatBoundary.c')
-rw-r--r--src/FlatBoundary.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/FlatBoundary.c b/src/FlatBoundary.c
index 4c2ba00..0b8bcb8 100644
--- a/src/FlatBoundary.c
+++ b/src/FlatBoundary.c
@@ -17,15 +17,15 @@
#include <string.h>
#include "cctk.h"
-#include "flesh.h"
+#include "cctk_Flesh.h"
#include "cctk_parameters.h"
-#include "Comm.h"
-#include "Groups.h"
-#include "GHExtensions.h"
+#include "cctk_Comm.h"
+#include "cctk_Groups.h"
+#include "cctk_GHExtensions.h"
#include "CactusBase/CartGrid3D/src/Symmetry.h"
-#include "Misc.h"
-#include "WarnLevel.h"
-#include "FortranString.h"
+#include "cctk_Misc.h"
+#include "cctk_WarnLevel.h"
+#include "cctk_FortranString.h"
void ApplyFlat3D(cGH *GH,int *doBC,int *lsh,int *stencil_size,CCTK_REAL *var);