aboutsummaryrefslogtreecommitdiff
path: root/src/patch/grid.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-07-18 10:54:38 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-07-18 10:54:38 +0000
commitfed5951c9fbe44804c2473a36e4ab2a8713982fb (patch)
tree19be12a1d97e087fc45f29aa269c2aa43a11534b /src/patch/grid.hh
parent348335dde100db7e4a008736c165963232a908d2 (diff)
rename *N_ghost_zones --> N_ghost_points
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@212 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/grid.hh')
-rw-r--r--src/patch/grid.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/patch/grid.hh b/src/patch/grid.hh
index 0bcb39d..edd3990 100644
--- a/src/patch/grid.hh
+++ b/src/patch/grid.hh
@@ -268,8 +268,8 @@ public:
{
int min_irho, max_irho;
int min_isigma, max_isigma;
- int min_rho_N_ghost_zones, max_rho_N_ghost_zones;
- int min_sigma_N_ghost_zones, max_sigma_N_ghost_zones;
+ int min_rho_N_ghost_points, max_rho_N_ghost_points;
+ int min_sigma_N_ghost_points, max_sigma_N_ghost_points;
};