]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix typo and remove unused variable.
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Dec 2010 11:22:21 +0000 (11:22 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Dec 2010 11:22:21 +0000 (11:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@22948 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/tria.cc

index 65025dee53e27ab1c23a1a10dcd96635aa205b9e..275cebc796b7d5c873e5bdc5927437c6a1b52546 100644 (file)
@@ -9555,7 +9555,7 @@ create_triangulation (const std::vector<Point<spacedim> >    &v,
     For example if two elements share a face, and this face is
     face 0 for element 0 and face 1 for element 1, then
     table(0,1) will tell wether the orientation are the same (true) or
-    oppositte (false).
+    opposite (false).
 
     Even though there may be a combinatorial/graph theory argument to get
     this table in any dimension, I tested by hand all the different possible
@@ -9608,7 +9608,7 @@ create_triangulation (const std::vector<Point<spacedim> >    &v,
     begin_active()->set_direction_flag (true);
     begin_active()->set_user_flag ();
 
-    int round = 0, ncell=0;
+    int round = 0;
     
     while (this_round.size() > 0) {
       

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.