From 36e9ad444040bdd233c9877a9784ca1135fe625d Mon Sep 17 00:00:00 2001 From: jthorn Date: Wed, 6 Mar 2002 10:50:13 +0000 Subject: fix typo in example program -- thanks to Ian Hawke for spotting this git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@10 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- doc/documentation.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index 73a2865..9499788 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -925,7 +925,7 @@ const CCTK_INT input_array_type_codes[N_INPUT_ARRAYS] = { CCTK_VARIABLE_REAL, CCTK_VARIABLE_REAL, CCTK_VARIABLE_REAL, CCTK_VARIABLE_REAL, CCTK_VARIABLE_REAL, CCTK_VARIABLE_REAL }; -const void *const interp_coords[N_INPUT_ARRAYS] +const void *const input_arrays[N_INPUT_ARRAYS] = { (const void *) gxx, (const void *) gxy, (const void *) gxz, (const void *) gyy, (const void *) gyz, (const void *) gzz }; -- cgit v1.2.3