From 5392c26d3877a293bf20e6fae893ee12a02d7aa3 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 7 Aug 2003 12:12:28 +0000 Subject: Fix in converting a non-const cGH pointer into 'const cGH *'. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@72 1c20744c-e24a-42ec-9533-f5004cb800e5 --- src/Startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Startup.c b/src/Startup.c index 3cb3226..69be436 100644 --- a/src/Startup.c +++ b/src/Startup.c @@ -244,7 +244,7 @@ static int PUGHInterp_InterpGV (cGH *GH, int local_interp_handle, param_table_handle, coord_system_handle; char table_string[64]; CCTK_INT *_input_array_indices, *_output_array_types; - struct + union { const cGH *const_GH; cGH *non_const_GH; -- cgit v1.2.3