[cig-commits] [commit] master: put comment back in the right place (12895d0)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Nov 11 12:49:54 PST 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/aed4d3ee69f4a126db2602d3d0bb6fcc4a49633a...4812dd65891608db0aa2a1b96dd6c083d000fd89

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

commit 12895d01cb3deda174e008fa38e4dad3277ae22c
Author: Juliane Dannberg <dannberg at gfz-potsdam.de>
Date:   Tue Nov 11 20:45:24 2014 +0100

    put comment back in the right place


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

12895d01cb3deda174e008fa38e4dad3277ae22c
 source/simulator/solver.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/simulator/solver.cc b/source/simulator/solver.cc
index 40576c1..b1c5d1a 100644
--- a/source/simulator/solver.cc
+++ b/source/simulator/solver.cc
@@ -391,7 +391,6 @@ namespace aspect
       introspection.index_sets.system_partitioning[block_idx],
       mpi_communicator);
 
-    // solve the linear system:
     current_constraints.set_zero(distributed_solution);
 
     // Compute the residual before we solve and return this at the end.
@@ -401,6 +400,7 @@ namespace aspect
                                      distributed_solution.block(block_idx),
                                      system_rhs.block(block_idx));
 
+    // solve the linear system:
     try
       {
         solver.solve (system_matrix.block(block_idx,block_idx),



More information about the CIG-COMMITS mailing list