[cig-commits] [commit] master: Make it compile. (aebc737)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Jun 24 13:13:36 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/6b7c137fa297caa534f0c498bb594d05ed012a95...dd3794be780d4879f029fcef1efb957c61665109

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

commit aebc737e95a85c7a146a03877ffd6e974b5d8819
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Sat Jun 21 21:34:58 2014 -0500

    Make it compile.


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

aebc737e95a85c7a146a03877ffd6e974b5d8819
 source/simulator/core.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/simulator/core.cc b/source/simulator/core.cc
index f6cce79..16ea097 100644
--- a/source/simulator/core.cc
+++ b/source/simulator/core.cc
@@ -1200,7 +1200,7 @@ namespace aspect
     system_trans.prepare_for_coarsening_and_refinement(x_system);
 
     if (parameters.free_surface_enabled)
-      freesurface_trans.prepare_for_coarsening_and_refinement(x_fs_system);
+      freesurface_trans->prepare_for_coarsening_and_refinement(x_fs_system);
 
     triangulation.execute_coarsening_and_refinement ();
     global_volume = GridTools::volume (triangulation, mapping);
@@ -1249,7 +1249,7 @@ namespace aspect
 
         std::vector<LinearAlgebra::Vector *> system_tmp (1);
         system_tmp[0] = &distributed_mesh_vertices;
-        freesurface_trans.interpolate (system_tmp);
+        freesurface_trans->interpolate (system_tmp);
 	free_surface->mesh_constraints.distribute (distributed_mesh_vertices);
         free_surface->mesh_vertices = distributed_mesh_vertices;
       }



More information about the CIG-COMMITS mailing list