From 5a56bd45c50b74c6ebf15efdfea5f0f7a3d9aa05 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 28 May 2001 13:34:02 +0000 Subject: cGH pointer cannot be const. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@12 ff385933-4943-42dc-877b-ffc776028de6 --- src/NaNCheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3