summaryrefslogtreecommitdiff
path: root/src/main/Coord.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-08 12:28:44 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-08 12:28:44 +0000
commitac84e7aa8ab5494663792ba974d84ee9f0e1fe4e (patch)
tree986c6d449c0879782cdbb798934ff07f7ab1779d /src/main/Coord.c
parent05b308a5cfa4fb9d69d0c3619603e88375a06518 (diff)
New names for many of the Group functions which are used by infrastructure
thorns and the flesh. The names should be more consistent now. You might want to hold of from this update for a little while until all the thorn changes are in. git-svn-id: http://svn.cactuscode.org/flesh/trunk@688 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/Coord.c')
-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 d332d096..59121ab0 100644
--- a/src/main/Coord.c
+++ b/src/main/Coord.c
@@ -128,7 +128,7 @@ int CCTK_RegisterCoord_ByIndex(const char *name, int index, int dir)
Register a GF as a coordinate with a name and
a direction.
@enddesc
- @calls CCTK_RegisterCoord_ByIndex, CCTK_GetVarIndex
+ @calls CCTK_RegisterCoord_ByIndex, CCTK_VarIndex
@var name
@vdesc Name coordinate is registered as
@@ -169,7 +169,7 @@ int CCTK_RegisterCoord(const char *coordname,
int retval;
int index;
- index = CCTK_GetVarIndex(gfname);
+ index = CCTK_VarIndex(gfname);
if (index >= 0)
{