[cig-commits] [commit] master: Undo one of the changes of last commit. (e402623)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Sun Jun 22 04:23:05 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/48f5db061ecf9e78a0c7ef83891ac7743617afcd...c44f6360403e235564e469966bfb840fb21bc6f8

>---------------------------------------------------------------

commit e402623a1a805ac9d6d945709975c41100fe0925
Author: Rene Gassmoeller <R.Gassmoeller at mailbox.org>
Date:   Sat Jun 21 15:49:45 2014 +0200

    Undo one of the changes of last commit.


>---------------------------------------------------------------

e402623a1a805ac9d6d945709975c41100fe0925
 source/mesh_refinement/minimum_refinement_function.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/mesh_refinement/minimum_refinement_function.cc b/source/mesh_refinement/minimum_refinement_function.cc
index a9f902f..d4c9b17 100644
--- a/source/mesh_refinement/minimum_refinement_function.cc
+++ b/source/mesh_refinement/minimum_refinement_function.cc
@@ -45,7 +45,7 @@ namespace aspect
 
               for ( unsigned int v = 0; v < GeometryInfo<dim>::vertices_per_cell;  ++v)
                 {
-                  const Point<dim> &vertex = cell->vertex(v);
+                  const Point<dim> vertex = cell->vertex(v);
 
                   // TODO: This should be an input parameter for the user to decide
                   // whether to use depth or coordinates



More information about the CIG-COMMITS mailing list