[cig-commits] [commit] master: Bugfix (6b8ad6d)

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


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

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

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

commit 6b8ad6de883def002f1922d341b57a1991473262
Author: Siqi Zhang <siqi.zhang at mq.edu.au>
Date:   Tue May 20 16:55:37 2014 -0500

    Bugfix


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

6b8ad6de883def002f1922d341b57a1991473262
 include/aspect/heating_model/radioactive_decay.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/aspect/heating_model/radioactive_decay.h b/include/aspect/heating_model/radioactive_decay.h
index b7f370f..93414d0 100644
--- a/include/aspect/heating_model/radioactive_decay.h
+++ b/include/aspect/heating_model/radioactive_decay.h
@@ -56,8 +56,8 @@ namespace aspect
         double
         specific_heating_rate (const double,
                                const double,
-                               const std::vector<double> &,
-                               const Point<dim> &) const;
+                               const std::vector<double> &composition,
+                               const Point<dim> &position) const;
 
         /**
          * A function that is called at the beginning of each time step to



More information about the CIG-COMMITS mailing list