]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add clarifying comment.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Feb 1999 16:04:43 +0000 (16:04 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Feb 1999 16:04:43 +0000 (16:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@908 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria.cc

index 4835a1fcfa9e0d6a84d6b33c05a7aa5ca81c0ab3..605ac44c11390070c116f7fa042d3d94b066bd15 100644 (file)
@@ -161,6 +161,9 @@ void Triangulation<dim>::copy_triangulation (const Triangulation<dim> &old_tria)
   levels.reserve (old_tria.levels.size());
   for (unsigned int level=0; level<old_tria.levels.size(); ++level)
     levels.push_back (new TriangulationLevel<dim>(*old_tria.levels[level]));
+
+                                  // note that we need not copy the
+                                  // subscriptor!
 };
 
 

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.