aboutsummaryrefslogtreecommitdiff
path: root/src/pughInterpGH.h
diff options
context:
space:
mode:
authortradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2003-01-06 13:21:36 +0000
committertradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2003-01-06 13:21:36 +0000
commit788cabc64b97ec8868962bb5f165cd300a4b5bcb (patch)
tree5c966246b2c8e5f7fec576a6755ffa6b68f0907d /src/pughInterpGH.h
parent5fa8ab688a0f28b92f48d101099d56656aa43ddc (diff)
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
Diffstat (limited to 'src/pughInterpGH.h')
-rw-r--r--src/pughInterpGH.h3
1 files changed, 1 insertions, 2 deletions
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,