aboutsummaryrefslogtreecommitdiff
path: root/src/patch/test_patch_system.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-12 11:37:18 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-12 11:37:18 +0000
commit61325ebb6d0b060f2964f5bb54d3e48654766f3f (patch)
tree04d7a46ff4a8a9db5d8eeaebbbbea039d1c51760 /src/patch/test_patch_system.cc
parent3914eeab13e12d340b5fb401f24270305e973933 (diff)
fix botch in last checkin
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@309 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/test_patch_system.cc')
-rw-r--r--src/patch/test_patch_system.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/test_patch_system.cc b/src/patch/test_patch_system.cc
index 2941239..08818ce 100644
--- a/src/patch/test_patch_system.cc
+++ b/src/patch/test_patch_system.cc
@@ -256,7 +256,7 @@ static const int gfn_error = 2; // for finite diff tests
patch_system ps(origin_x, origin_y, origin_z,
type,
N_ghost_points, N_overlap_points, delta_drho_dsigma,
- 0, N_gridfns-1,
+ gfn_min, gfn_max,
interpolator_order);
switch (which_test)