aboutsummaryrefslogtreecommitdiff
path: root/src/driver/driver.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-26 15:15:57 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-26 15:15:57 +0000
commit30690c8fb6f6a46b1316b75a4465b2381c83cc68 (patch)
tree0416deb7fd3cf91d92328c411f28ff6f372266a1 /src/driver/driver.hh
parent2a3e4e40c1f5895fc614175146bb59acd845ac7c (diff)
rename internal variables from "mass" to "m_irreducible"
to make it clearer what we're actually computing git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@857 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/driver/driver.hh')
-rw-r--r--src/driver/driver.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/driver/driver.hh b/src/driver/driver.hh
index 867577e..2f6036b 100644
--- a/src/driver/driver.hh
+++ b/src/driver/driver.hh
@@ -159,7 +159,8 @@ struct AH_info
struct initial_guess_info initial_guess_info;
bool AH_found;
- fp area, mass;
+ fp area;
+ fp m_irreducible;
fp centroid_x, centroid_y, centroid_z;
};