aboutsummaryrefslogtreecommitdiff
path: root/src/ParseGeometry.c
diff options
context:
space:
mode:
authortradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2001-11-05 15:23:52 +0000
committertradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2001-11-05 15:23:52 +0000
commit483c228a6183b80970c9361464141d26baef6e87 (patch)
tree4e7d8bec2454256a86e819a691d284fe5b092e96 /src/ParseGeometry.c
parent51703c806aee00d866f7c7dfba66f6e1678a28d7 (diff)
Added const qualifier to the 'cGH *' argument of some more IO functions.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@47 eff87b29-5268-4891-90a3-a07138403961
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;