aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-07-15 11:07:06 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-07-15 11:07:06 +0000
commit753e8a7ced2cd87f427d5d21f0ab8c52c7360860 (patch)
treef8ba58afd3c3d04874b649ea292d5420d33cf5da /src/patch/patch.hh
parent9f2d2de9744b751af3c00008edc549f7da4e2e57 (diff)
tweak ctor arg name
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@151 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/patch.hh')
-rw-r--r--src/patch/patch.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/patch.hh b/src/patch/patch.hh
index 3f012ea..b296d7f 100644
--- a/src/patch/patch.hh
+++ b/src/patch/patch.hh
@@ -301,7 +301,7 @@ protected:
local_coords::coords_set coords_set_rho_in,
coords_set_sigma_in,
coords_set_tau_in,
- const grid_arrays::array_pars& grid_array_pars,
+ const grid_arrays::array_pars& grid_array_pars_in,
const grid::grid_pars& grid_pars_in,
int min_gfn_in, int max_gfn_in);