aboutsummaryrefslogtreecommitdiff
path: root/src/IsoSurfacerInit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/IsoSurfacerInit.h')
-rw-r--r--src/IsoSurfacerInit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/IsoSurfacerInit.h b/src/IsoSurfacerInit.h
index 0a710e2..caedf79 100644
--- a/src/IsoSurfacerInit.h
+++ b/src/IsoSurfacerInit.h
@@ -15,9 +15,9 @@
/* prototypes of functions to be registered */
void *IsoSurfacer_SetupGH (tFleshConfig *config, int convergence_level,cGH *GH);
int IsoSurfacer_InitGH (cGH *GH);
-int IsoSurfacer (cGH *GH);
-int IsoSurfacer_TriggerOutput (cGH *GH, int);
-int IsoSurfacer_TimeForOutput (cGH *GH, int);
+int IsoSurfacer (const cGH *GH);
+int IsoSurfacer_TriggerOutput (const cGH *GH, int);
+int IsoSurfacer_TimeForOutput (const cGH *GH, int);
#endif