[cig-commits] [commit] master: Re-indent a couple of lines. (6331c78)
cig_noreply at geodynamics.org
cig_noreply at geodynamics.org
Tue Jun 24 13:13:51 PDT 2014
Repository : https://github.com/geodynamics/aspect
On branch : master
Link : https://github.com/geodynamics/aspect/compare/6b7c137fa297caa534f0c498bb594d05ed012a95...dd3794be780d4879f029fcef1efb957c61665109
>---------------------------------------------------------------
commit 6331c78a879a3f5a73c51fa65428faa0abbfb6ef
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date: Sun Jun 22 18:00:10 2014 -0500
Re-indent a couple of lines.
>---------------------------------------------------------------
6331c78a879a3f5a73c51fa65428faa0abbfb6ef
source/simulator/freesurface.cc | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/source/simulator/freesurface.cc b/source/simulator/freesurface.cc
index 840a5aa..50a2dc4 100644
--- a/source/simulator/freesurface.cc
+++ b/source/simulator/freesurface.cc
@@ -455,12 +455,16 @@ namespace aspect
return;
// these live in the same FE as the velocity variable:
- mesh_velocity.reinit(sim.introspection.index_sets.system_partitioning, sim.introspection.index_sets.system_relevant_partitioning, sim.mpi_communicator);
+ mesh_velocity.reinit(sim.introspection.index_sets.system_partitioning,
+ sim.introspection.index_sets.system_relevant_partitioning,
+ sim.mpi_communicator);
free_surface_dof_handler.distribute_dofs(free_surface_fe);
- sim.pcout << "Number of free surface degrees of freedom: " << free_surface_dof_handler.n_dofs() << std::endl;
+ sim.pcout << "Number of free surface degrees of freedom: "
+ << free_surface_dof_handler.n_dofs()
+ << std::endl;
// Renumber the DoFs hierarchical so that we get the
// same numbering if we resume the computation. This
More information about the CIG-COMMITS
mailing list