aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CoordinateStuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CoordinateStuff.c b/src/CoordinateStuff.c
index ae8c5cb..56befe6 100644
--- a/src/CoordinateStuff.c
+++ b/src/CoordinateStuff.c
@@ -101,7 +101,7 @@ int IndexFloor(cGH *GH, CCTK_REAL coord_value, int d)
int IndexCeil(cGH *GH, CCTK_REAL coord_value, int d)
{
- int ierr,index_up,idummy,ugs,lgs;
+ int index_up,idummy,ugs,lgs;
char *message;
CCTK_REAL cmin,cmax;