aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@cct.lsu.edu>2010-08-26 14:45:56 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:24:06 +0000
commitd83b7d82172599265c613068aad335c0c3b71862 (patch)
tree6fa3c599e86111f0c6da113ac7fdca059b758f16
parent24245fdb30afc9550ebe71b4b6b166e4aeba4281 (diff)
CarpetLib: correct typo in comment
-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 b281031a4..23e823257 100644
--- a/Carpet/CarpetLib/src/gh.cc
+++ b/Carpet/CarpetLib/src/gh.cc
@@ -405,7 +405,7 @@ rpos2ipos1 (rvect const & rpos,
// Find the refinement level and component to which a grid point
// belongs. This uses a tree search over the superregions in the grid
// struction, which should scale reasonably (O(n log n)) better with
-// the number of componets components.
+// the number of components.
void
gh::
locate_position (rvect const & rpos,