]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Revert last commit 3136/head
authordanshapero <shapero.daniel@gmail.com>
Tue, 20 Sep 2016 18:41:45 +0000 (11:41 -0700)
committerdanshapero <shapero.daniel@gmail.com>
Tue, 20 Sep 2016 18:41:45 +0000 (11:41 -0700)
source/grid/tria.cc

index 57a199541361656ea6d0e905102c3762580c7b94..b4a8b3bbf99a4897d42466c227c81820188147d3 100644 (file)
@@ -9031,12 +9031,7 @@ Triangulation<dim, spacedim>::operator= (Triangulation<dim, spacedim> &&tria)
   faces = std::move(tria.faces);
   vertices = std::move(tria.vertices);
   vertices_used = std::move(tria.vertices_used);
-
-  // NOTE: this is actually a copy operation to ensure that the left-hand
-  // side Triangulation subscribes to the manifold object(s) of the source
-  // Triangulation.
   manifold = std::move(tria.manifold);
-
   anisotropic_refinement = tria.anisotropic_refinement;
   number_cache = tria.number_cache;
   vertex_to_boundary_id_map_1d = std::move(tria.vertex_to_boundary_id_map_1d);

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.