aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gdata.cc
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/gdata.cc
parent9c1df541e4cc8097c2131181dab46da41259264f (diff)
CarpetLib: Use "process" instead of "processor" in comments and output
Diffstat (limited to 'Carpet/CarpetLib/src/gdata.cc')
-rw-r--r--Carpet/CarpetLib/src/gdata.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/gdata.cc b/Carpet/CarpetLib/src/gdata.cc
index 67acbe453..0a3d81803 100644
--- a/Carpet/CarpetLib/src/gdata.cc
+++ b/Carpet/CarpetLib/src/gdata.cc
@@ -259,7 +259,7 @@ transfer_from (comm_state & state,
assert (my_transport_operator != op_none); // why should we be here?
if (my_transport_operator == op_none) return;
- // Interpolate either on the source or on the destination processor,
+ // Interpolate either on the source or on the destination process,
// depending on whether this increases or reduces the amount of data
int timelevel0, ntimelevels;
find_source_timelevel
@@ -273,7 +273,7 @@ transfer_from (comm_state & state,
switch (state.thestate) {
case state_get_buffer_sizes:
- // don't count processor-local copies
+ // don't count process-local copies
if (not (is_dst and is_src)) {
if (is_dst) {
// increment the recv buffer size
@@ -327,7 +327,7 @@ transfer_from (comm_state & state,
break;
case state_do_some_work:
- // handle the processor-local case
+ // handle the process-local case
if (is_dst and is_src) {
transfer_from_innerloop
(srcs, times, dstbox, srcbox, slabinfo, time, order_space, order_time);