]> https://gitweb.dealii.org/ - dealii.git/commitdiff
address comments
authorJiaqi Zhang <jiaqi2@clemson.edu>
Tue, 20 Sep 2022 03:35:47 +0000 (03:35 +0000)
committerJiaqi Zhang <jiaqi2@clemson.edu>
Tue, 20 Sep 2022 03:35:47 +0000 (03:35 +0000)
source/grid/manifold.cc

index 5a36d713410ba65027bc684003205075f17b30ce..a4b08a1ca0a89177fbe953e7d40abda50d50a0e9 100644 (file)
@@ -222,11 +222,11 @@ Manifold<3, 3>::normal_vector(const Triangulation<3, 3>::face_iterator &face,
       t2     = get_tangent_vector(p, vertices[second_index]);
       normal = cross_product_3d(t1, t2);
 
-      // if normal is zero, try some other combination of veritices
+      // if normal is zero, try some other combination of vertices
       if (normal.norm_square() < 1e4 * std::numeric_limits<double>::epsilon() *
                                    t1.norm_square() * t2.norm_square())
         {
-          // See if we have tested already all vertices
+          // See if we have tested all vertices already
           auto first_false =
             std::find(tested_vertices.begin(), tested_vertices.end(), false);
           if (first_false == tested_vertices.end())

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.