summaryrefslogtreecommitdiff
path: root/src/include/CommOverloadables.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-01-22 15:26:26 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-01-22 15:26:26 +0000
commitee71bfdfdce603fcfabcc7dcd090ee710a6b8f98 (patch)
tree208ef365c8e18ab4eab261687e6c06b829d088fd /src/include/CommOverloadables.h
parentf6245308d18cb6b5aae149c6343b5896c6dda2a1 (diff)
Changed the order of function parameters in CCTK_InterpGridArrays().
Now it is consistent with the order used in CCTK_InterpLocalUniform(). git-svn-id: http://svn.cactuscode.org/flesh/trunk@3094 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/CommOverloadables.h')
-rw-r--r--src/include/CommOverloadables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/CommOverloadables.h b/src/include/CommOverloadables.h
index e07669a4..517fe054 100644
--- a/src/include/CommOverloadables.h
+++ b/src/include/CommOverloadables.h
@@ -124,8 +124,8 @@ OVERLOADABLE(GroupStorageDecrease)
#define RETURN_TYPE int
#define ARGUMENTS const cGH *GH, \
int N_dims, \
- int param_table_handle, \
int local_interp_handle, \
+ int param_table_handle, \
int coord_system_handle, \
int N_interp_points, \
int interp_coords_type, \
@@ -137,8 +137,8 @@ OVERLOADABLE(GroupStorageDecrease)
void *const output_arrays[]
#define USE_ARGUMENTS (void) (GH + 0); \
(void) (N_dims + 0); \
- (void) (param_table_handle + 0); \
(void) (local_interp_handle + 0); \
+ (void) (param_table_handle + 0); \
(void) (coord_system_handle + 0); \
(void) (N_interp_points + 0); \
(void) (interp_coords_type + 0); \