aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-07-15 12:21:49 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-07-15 12:21:49 +0000
commit8f97a0dac7c1e30ec21746c8d139d05f4dee4fd8 (patch)
tree8e389ae60184300a0b33fa238f97a7b4d0b82366 /src/patch/patch.hh
parent753e8a7ced2cd87f427d5d21f0ab8c52c7360860 (diff)
s/plus_patch/patch_is_plus/g and same for minus_patch
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@152 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/patch.hh')
-rw-r--r--src/patch/patch.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/patch/patch.hh b/src/patch/patch.hh
index b296d7f..83ca3a3 100644
--- a/src/patch/patch.hh
+++ b/src/patch/patch.hh
@@ -159,8 +159,8 @@ public:
// are we a +[xyz] or -[xyz] patch?
bool is_plus() const { return is_plus_; }
// ... values for the is_plus_in constructor argument
- static const bool plus_patch = true;
- static const bool minus_patch = false;
+ static const bool patch_is_plus = true;
+ static const bool patch_is_minus = false;
// are we a (+/-) x or y or z patch?
// ... n.b. type is `char' because this is handy for both