aboutsummaryrefslogtreecommitdiff
path: root/src/patch/grid.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-14 19:16:45 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-14 19:16:45 +0000
commit21f4601fde45c17b6582c64654c104468c483965 (patch)
treecac6ecfc07ed2888fbcfebb69e034a8f1adc7daf /src/patch/grid.hh
parent3c7d944cded36487eb90e3361281c87d9949aa43 (diff)
whitespace reformatting; no code changes
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@340 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/grid.hh')
-rw-r--r--src/patch/grid.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/patch/grid.hh b/src/patch/grid.hh
index 656f6b7..7bcb3d3 100644
--- a/src/patch/grid.hh
+++ b/src/patch/grid.hh
@@ -171,13 +171,11 @@ public:
}
int effective_min_isigma(bool want_ghost_zones) const
{
- return want_ghost_zones ? ghosted_min_isigma()
- : min_isigma();
+ return want_ghost_zones ? ghosted_min_isigma() : min_isigma();
}
int effective_max_isigma(bool want_ghost_zones) const
{
- return want_ghost_zones ? ghosted_max_isigma()
- : max_isigma();
+ return want_ghost_zones ? ghosted_max_isigma() : max_isigma();
}