From d83b7d82172599265c613068aad335c0c3b71862 Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 26 Aug 2010 14:45:56 -0400 Subject: CarpetLib: correct typo in comment --- Carpet/CarpetLib/src/gh.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3