summaryrefslogtreecommitdiff
path: root/src/main/Coord.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-25 17:23:04 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-25 17:23:04 +0000
commit960bea0ba9abd4ddaa1b62361b42140d7f520875 (patch)
tree0d32a0471f31d2abfa8371dc86f61959ad93ae7b /src/main/Coord.c
parent6489a632114121142dea6f3ca12d6b8d49d2d73c (diff)
missing header files
git-svn-id: http://svn.cactuscode.org/flesh/trunk@585 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/Coord.c')
-rw-r--r--src/main/Coord.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/Coord.c b/src/main/Coord.c
index c4f1eb33..b9ac9516 100644
--- a/src/main/Coord.c
+++ b/src/main/Coord.c
@@ -17,6 +17,8 @@
#include "WarnLevel.h"
#include "Coord.h"
#include "ErrorCodes.h"
+#include "Groups.h"
+#include "Misc.h"
static cHandledData *coordinates = NULL;
static int num_coords = 0;
@@ -67,7 +69,6 @@ int CCTK_RegisterCoord_ByIndex(const char *name, int index, int dir)
int handle;
struct Coordprops *new_coord;
- char *coordname;
/* Check that the method hasn't already been registered */
handle = CCTK_GetHandle(coordinates, name, NULL);