summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-15 10:04:32 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-15 10:04:32 +0000
commit64e358371e9d5b148681cf50f79e098b922b65bf (patch)
tree516409ab4d6e26d1a966ab3db8929552a9241727 /src/main
parentee2fbfc3c659d10440b6ecf01a104cae14e078a3 (diff)
New group stuff
git-svn-id: http://svn.cactuscode.org/flesh/trunk@482 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main')
-rw-r--r--src/main/Coord.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/Coord.c b/src/main/Coord.c
index 0a5a1cb5..b39927c0 100644
--- a/src/main/Coord.c
+++ b/src/main/Coord.c
@@ -53,7 +53,7 @@ int CCTK_RegisterCoord_ByIndex(const char *name, int index, int dir)
#ifdef DEBUG_COORDS
printf(" In RegisterCoord\n ----------------\n");
printf(" Registering index %d as %s in dir %d\n",
- store_name[0],name,store_name[1]);
+ store_data[0],name,store_data[1]);
#endif
return retval;
@@ -78,7 +78,7 @@ int CCTK_RegisterCoord(const char *coordname,
int retval;
int index;
- index = CCTK_GetVarNum(NULL,NULL,gfname);
+ index = CCTK_GetVarIndex(gfname);
if (index < 0)
{
char *msg;