[cig-commits] [commit] master: Bugfix (f189486)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu May 22 15:35:21 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/4a5e27e5690a0e0c1e13e19100af7398e37f36b8...d31f4e9435a1c12781f5b673b672cbd29c41c2c2

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

commit f1894861c04b860a0f5127629a481de71f79c2b4
Author: Siqi Zhang <siqi.zhang at mq.edu.au>
Date:   Wed May 21 10:50:11 2014 -0500

    Bugfix


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

f1894861c04b860a0f5127629a481de71f79c2b4
 source/postprocess/internal_heating_statistics.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/postprocess/internal_heating_statistics.cc b/source/postprocess/internal_heating_statistics.cc
index 2cd61bf..472fb02 100644
--- a/source/postprocess/internal_heating_statistics.cc
+++ b/source/postprocess/internal_heating_statistics.cc
@@ -97,7 +97,7 @@ namespace aspect
       Utilities::MPI::sum (local_value,
                            this->get_mpi_communicator(),
                            global_value);
-      double global_radioactive_heating_integrals=global_value[0];
+      double global_internal_heating_integrals=global_value[0];
       double global_volume=global_value[1];
 
       // finally produce something for the statistics file



More information about the CIG-COMMITS mailing list