]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Rewrite an inaccurate comment.
authorDavid Wells <wellsd2@rpi.edu>
Thu, 5 May 2016 02:14:09 +0000 (22:14 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 8 May 2016 13:20:09 +0000 (09:20 -0400)
GridReordering is not called, so do not say that it is called.

source/grid/tria.cc

index ca4fe5436fc70f79a6e1695b0e27e05c67383177..31c8f22f8745c45ae14b6d442162ede964aa5ade 100644 (file)
@@ -2182,12 +2182,7 @@ namespace internal
         triangulation.vertices = v;
         triangulation.vertices_used = std::vector<bool> (v.size(), true);
 
-        // check that all cells have
-        // positive volume. if not call the
-        // invert_all_cells_of_negative_grid
-        // and reorder_cells function of
-        // GridReordering before creating
-        // the triangulation
+        // Check that all cells have positive volume.
 #ifndef _MSC_VER
         //TODO: The following code does not compile with MSVC. Find a way around it
         for (unsigned int cell_no = 0; cell_no<cells.size(); ++cell_no)

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.