aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.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/data.hh
parent9c1df541e4cc8097c2131181dab46da41259264f (diff)
CarpetLib: Use "process" instead of "processor" in comments and output
Diffstat (limited to 'Carpet/CarpetLib/src/data.hh')
-rw-r--r--Carpet/CarpetLib/src/data.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/data.hh b/Carpet/CarpetLib/src/data.hh
index 9a40f9bfa..e64899ae0 100644
--- a/Carpet/CarpetLib/src/data.hh
+++ b/Carpet/CarpetLib/src/data.hh
@@ -26,7 +26,7 @@ class data: public gdata
{
// Fields
- mem<T> * _memory; // the data (if located on this processor)
+ mem<T> * _memory; // the data (if located on this process)
// For vector groups with contiguous storage
int vectorlength; // number of vector elements