aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/region.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-11-24 22:49:28 -0500
committerErik Schnetter <schnetter@gmail.com>2012-11-24 22:49:28 -0500
commite2f7c1260739962af1a9097b88eceff28616ff25 (patch)
tree2d7fe154de2512d31466d3f895a67a1857836762 /Carpet/CarpetLib/src/region.hh
parent9c1df541e4cc8097c2131181dab46da41259264f (diff)
CarpetLib: Use "process" instead of "processor" in comments and output
Diffstat (limited to 'Carpet/CarpetLib/src/region.hh')
-rw-r--r--Carpet/CarpetLib/src/region.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/region.hh b/Carpet/CarpetLib/src/region.hh
index e5f36011c..f28fe2d81 100644
--- a/Carpet/CarpetLib/src/region.hh
+++ b/Carpet/CarpetLib/src/region.hh
@@ -17,8 +17,8 @@ struct region_t {
ibbox extent; // extent
b2vect outer_boundaries; // outer boundaries
int map; // map to which this region belongs
- int processor; // processor number
- ipfulltree * processors; // processor decomposition
+ int processor; // process number
+ ipfulltree * processors; // process decomposition
region_t ();
region_t (region_t const & a);
@@ -38,7 +38,7 @@ private:
ibset& child_extents) const;
public:
- // Output processor decomposition? (Off by default.)
+ // Output process decomposition? (Off by default.)
static bool full_output;
};