aboutsummaryrefslogtreecommitdiff
path: root/src/patch/ghost_zone.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-07-18 14:01:03 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-07-18 14:01:03 +0000
commiteaa389615acd076a951652cfb4dba94e2c7e95e6 (patch)
tree169027ac60f147f38b1da78eb318cda0a2ca96f9 /src/patch/ghost_zone.cc
parentc86f555cccf0f5f9435473ed5238c731f06b1809 (diff)
remove const qualifiers from setup_scalar_gridfn_in_ghost_zone()
and add comment discussing const qualifiers in general for these classes git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@223 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/ghost_zone.cc')
-rw-r--r--src/patch/ghost_zone.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/patch/ghost_zone.cc b/src/patch/ghost_zone.cc
index d39ca87..2eb8af5 100644
--- a/src/patch/ghost_zone.cc
+++ b/src/patch/ghost_zone.cc
@@ -133,7 +133,6 @@ void symmetry_ghost_zone::setup_scalar_gridfn_in_ghost_zone
bool want_min_par_corner,
bool want_non_corner,
bool want_max_par_corner)
- const
{
for (int iperp = min_iperp() ; iperp <= max_iperp() ; ++iperp)
{
@@ -350,7 +349,6 @@ void interpatch_ghost_zone::setup_scalar_gridfn_in_ghost_zone
bool want_min_par_corner,
bool want_non_corner,
bool want_max_par_corner)
- const
{
other_frontier_->setup_interpolation_for_gridfn(gfn);