aboutsummaryrefslogtreecommitdiff
path: root/src/patch/test_patch_system.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-31 18:30:50 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-31 18:30:50 +0000
commit1f22316779d658286289f583363095a31df67290 (patch)
treec6484f6b516c4a61c6440409e6677e0da58f4f93 /src/patch/test_patch_system.cc
parentfea351e3f95fd7e7f525c018ee989db296e3f7ad (diff)
*** empty log message ***
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@874 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 863f780..1aa0917 100644
--- a/src/patch/test_patch_system.cc
+++ b/src/patch/test_patch_system.cc
@@ -168,7 +168,7 @@ if (interp_par_table_handle < 0)
CCTK_VInfo(CCTK_THORNSTRING, "about to create patch system");
patch_system ps(origin_x, origin_y, origin_z,
patch_system::type_of_name(patch_system_type),
- N_ghost_points, N_overlap_points, delta_drho_dsigma,
+ ghost_zone_width, patch_overlap_width, N_zones_per_right_angle,
nominal_min_gfn, nominal_max_gfn,
ghosted_min_gfn, ghosted_max_gfn,
interp_handle, interp_par_table_handle);