summaryrefslogtreecommitdiff
path: root/src/main/CommandLine.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 13:06:08 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 13:06:08 +0000
commit4c2cd92ef8bed13598d03bec6d00cdcc229a140c (patch)
tree54ddfd7f68cf50ae7b8349c94a303c1e1eb77428 /src/main/CommandLine.c
parent2e4812270e9f628c9424bae1a3f0e2852b9ee238 (diff)
Include file name changes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@830 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CommandLine.c')
-rw-r--r--src/main/CommandLine.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/CommandLine.c b/src/main/CommandLine.c
index 76ba49b5..023e5400 100644
--- a/src/main/CommandLine.c
+++ b/src/main/CommandLine.c
@@ -12,10 +12,10 @@
#include <string.h>
#include "CommandLine.h"
-#include "flesh.h"
+#include "cctk_Flesh.h"
#include "cGH.h"
-#include "Comm.h"
-#include "WarnLevel.h"
+#include "cctk_Comm.h"
+#include "cctk_WarnLevel.h"
#include "CCTK_Bindings.h"
/* FIXME. This shouldn't be here !*/
@@ -138,7 +138,7 @@ void CCTKi_CommandLineErrorLevel(const char *optarg)
errorlevel = atoi(optarg);
- CCTK_SetErrorLevel(errorlevel);
+ CCTKi_SetErrorLevel(errorlevel);
}