[cig-commits] [commit] master: Changed what appears to be a copy-paste error. (bc61438)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 19 20:13:47 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/76d4275352ef2cae5de9a073acd1c03a92c2670c...4f3d06fd1f3754419813db37ec9ef7f0f6f3cb15

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

commit bc614388c6348744b0c1b99177c091aac4d738f5
Author: Jonathan Perry-Houts <jperryh2 at uoregon.edu>
Date:   Wed May 14 18:53:45 2014 -0700

    Changed what appears to be a copy-paste error.


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

bc614388c6348744b0c1b99177c091aac4d738f5
 source/simulator/core.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/simulator/core.cc b/source/simulator/core.cc
index e75aa97..2c77e6b 100644
--- a/source/simulator/core.cc
+++ b/source/simulator/core.cc
@@ -940,7 +940,7 @@ namespace aspect
       if (parameters.direct_stokes_solver)
         {
           introspection.index_sets.system_relevant_partitioning
-        .push_back(introspection.index_sets.system_relevant_set.get_view(n_u,n_u+n_p));
+        .push_back(introspection.index_sets.system_relevant_set.get_view(0,n_u+n_p));
         }
       else
         {



More information about the CIG-COMMITS mailing list