From 0b01fc43628013bc453d3c6afbe3ae7c98cc6edb Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Fri, 25 Apr 2008 00:46:12 -0500 Subject: CarpetLib: Correct typo in comment --- Carpet/CarpetLib/src/region.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Carpet/CarpetLib/src') diff --git a/Carpet/CarpetLib/src/region.hh b/Carpet/CarpetLib/src/region.hh index dcf618133..033e73a05 100644 --- a/Carpet/CarpetLib/src/region.hh +++ b/Carpet/CarpetLib/src/region.hh @@ -46,7 +46,7 @@ ostream & operator<< (ostream & os, region_t const & reg); // A pseudoregion is almost a region; it is a bbox that lives on a // certain processor. Pseudoregions are a compact way to store // information about what processors needs to send data to what other -// processor during synchronisation or regridding. +// processors during synchronisation or regridding. struct pseudoregion_t { ibbox extent; int processor; -- cgit v1.2.3