aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-08-06 14:44:17 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-08-06 14:44:17 +0000
commit9e721cd3fc895a49098dd98231035a4a50b817ba (patch)
tree9c831f988c8e404243246a04539a02d2a8837662
parent3e54475d62ea452a248cdc4715709c0b18b08ed1 (diff)
rename symmetry_ghost_zone::sign_of_ipar_map() --> fp_sign_of_ipar_map()
for better consistency with fp_sign_of_iperp_map() git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@690 f88db872-0e4f-0410-b76b-b9085cfa78c5
-rw-r--r--src/patch/ghost_zone.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/ghost_zone.hh b/src/patch/ghost_zone.hh
index 0838283..6033d32 100644
--- a/src/patch/ghost_zone.hh
+++ b/src/patch/ghost_zone.hh
@@ -543,7 +543,7 @@ public:
{ return ipar_map_->map(ipar); }
fp fp_sign_of_iperp_map() const
{ return iperp_map_->fp_sign(); }
- fp sign_of_ipar_map() const
+ fp fp_sign_of_ipar_map() const
{ return ipar_map_->fp_sign(); }
// min/max ipar of the ghost zone