aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gh.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-08-03 22:07:08 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-08-03 22:07:08 -0500
commit38d57dc5d5386861c834cc9a5ca601cb0ebbd10b (patch)
tree5abf8ef7596efce7116ac58cbf597841c283112c /Carpet/CarpetLib/src/gh.cc
parent5b41d1c0ad571c410efe71ad78c814af2499778c (diff)
CarpetLib: Correct error in comment
Diffstat (limited to 'Carpet/CarpetLib/src/gh.cc')
-rw-r--r--Carpet/CarpetLib/src/gh.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/gh.cc b/Carpet/CarpetLib/src/gh.cc
index 9a04af1df..9ecdb925c 100644
--- a/Carpet/CarpetLib/src/gh.cc
+++ b/Carpet/CarpetLib/src/gh.cc
@@ -188,7 +188,7 @@ regrid (rregs const & superregs, mregs const & regs)
do_output_bases (cout);
}
- // Recompose the other hierarchies
+ // Regrid the other hierarchies
for (list<th*>::iterator t=ths.begin(); t!=ths.end(); ++t) {
(*t)->regrid();
}