From 788cabc64b97ec8868962bb5f165cd300a4b5bcb Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 6 Jan 2003 13:21:36 +0000 Subject: For PUGHInterp_InterpGridArrays (which overloads CCTK_InterpGridArrays()), merge the local and global parameter tables into a single one. You also need to update the flesh now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@40 1c20744c-e24a-42ec-9533-f5004cb800e5 --- src/pughInterpGH.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/pughInterpGH.h') diff --git a/src/pughInterpGH.h b/src/pughInterpGH.h index 2abd51b..e25b4f6 100644 --- a/src/pughInterpGH.h +++ b/src/pughInterpGH.h @@ -35,8 +35,7 @@ typedef struct /* prototype of PUGHInterp's routine which overloads CCTK_InterpGridArrays() */ int PUGHInterp_InterpGridArrays (const cGH *GH, int N_dims, - int global_param_table_handle, - int local_param_table_handle, + int param_table_handle, int local_interp_handle, int coord_system_handle, int N_interp_points, -- cgit v1.2.3