aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gh.cc
diff options
context:
space:
mode:
authorknarf@cct.lsu.edu <knarf@cct.lsu.edu>2010-08-26 14:45:56 -0400
committerknarf@cct.lsu.edu <knarf@cct.lsu.edu>2010-08-26 14:45:56 -0400
commit106f3e66664bf73a5f309da6fe15257c572d421d (patch)
tree14e8825a51f527ad19c7473edd241a003b1816b3 /Carpet/CarpetLib/src/gh.cc
parent9abecff4c3279a2f22e4aa9a98f5342b0756b719 (diff)
CarpetLib: correct typo 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 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,