aboutsummaryrefslogtreecommitdiff
path: root/src/NaNCheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/NaNCheck.c')
-rw-r--r--src/NaNCheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NaNCheck.c b/src/NaNCheck.c
index a688671..2d2a9e8 100644
--- a/src/NaNCheck.c
+++ b/src/NaNCheck.c
@@ -302,7 +302,7 @@ static void PrintWarning (const char *error_type,
static void NaNCheck (int vindex, const char *optstring, void *_GH)
{
DECLARE_CCTK_PARAMETERS
- const cGH *GH;
+ cGH *GH;
int i, fp_type, nans_found;
int vtype, gtype, gindex, nelems;
char *fullname;