aboutsummaryrefslogtreecommitdiff
path: root/src/ParseGeometry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ParseGeometry.c')
-rw-r--r--src/ParseGeometry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ParseGeometry.c b/src/ParseGeometry.c
index 860ec14..556c69d 100644
--- a/src/ParseGeometry.c
+++ b/src/ParseGeometry.c
@@ -14,7 +14,7 @@ static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusIO_IOJpeg_ParseGeometry_c)
-void IOJpeg_DefaultGeo(cGH *GH, int sdim, IOJpegGeo_t *geo) {
+void IOJpeg_DefaultGeo(const cGH *GH, int sdim, IOJpegGeo_t *geo) {
DECLARE_CCTK_PARAMETERS
asciiioGH *asGH;