[cig-commits] [commit] master: bug fix (201b15b)

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


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

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

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

commit 201b15b6cc3dac3cd99e72457841973a26e5ccf5
Author: Siqi Zhang <siqi.zhang at mq.edu.au>
Date:   Thu May 22 15:42:50 2014 -0500

    bug fix


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

201b15b6cc3dac3cd99e72457841973a26e5ccf5
 source/heating_model/radioactive_decay.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/heating_model/radioactive_decay.cc b/source/heating_model/radioactive_decay.cc
index b52aa58..2fdac76 100644
--- a/source/heating_model/radioactive_decay.cc
+++ b/source/heating_model/radioactive_decay.cc
@@ -67,7 +67,7 @@ namespace aspect
                 timedependent_radioactive_heating_rates+=
                     radioactive_heating_rates[i_radio]
                     *(radioactive_initial_concentrations_mantle[i_radio]*(1-crust_fraction)
-                    +radioactive_initial_concentrationss_crust[i_radio]*crust_fraction)*1e-6 
+                    +radioactive_initial_concentrations_crust[i_radio]*crust_fraction)*1e-6 
                     //1e-6 above is used to change concentration from ppm
                     *std::pow(0.5,time/half_decay_times[i_radio]);
         }



More information about the CIG-COMMITS mailing list