aboutsummaryrefslogtreecommitdiff
path: root/src/gr
diff options
context:
space:
mode:
authortradke <tradke@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-01-22 15:29:24 +0000
committertradke <tradke@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-01-22 15:29:24 +0000
commit7408165a0aa970840e13542e2b4a5093d00ae6b0 (patch)
treedaf065879ee2a3a81619bbc47de4cee529ac4091 /src/gr
parent8b0a74a327fbecb12f3d32ecff1fa28a6a6c2a15 (diff)
Changed the order of function parameters in CCTK_InterpGridArrays().
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@932 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/gr')
-rw-r--r--src/gr/expansion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gr/expansion.cc b/src/gr/expansion.cc
index 5e3e42b..307e0d5 100644
--- a/src/gr/expansion.cc
+++ b/src/gr/expansion.cc
@@ -536,8 +536,8 @@ case geometry__global_interp_from_Cactus_grid:
" calling CCTK_InterpGridArrays() (%d points)",
N_interp_points);
status = CCTK_InterpGridArrays(cgi.GH, N_GRID_DIMS,
- gi.param_table_handle,
gi.operator_handle,
+ gi.param_table_handle,
cgi.coord_system_handle,
N_interp_points,
interp_coords_type_code,