[cig-commits] [commit] master: Add an entry to changes.h. (9e1bc27)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed May 21 14:08:53 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/73a71ba37f203bfed63bb8b602fdbd30ab99b1af...58a3ca45d49c7d331fa02d1fce0b2a74705241eb

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

commit 9e1bc271c8e9e154cd2632ae3124e410eb1e8983
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Wed May 21 15:56:03 2014 -0500

    Add an entry to changes.h.


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

9e1bc271c8e9e154cd2632ae3124e410eb1e8983
 doc/modules/changes.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/modules/changes.h b/doc/modules/changes.h
index 81fe356..8fbd0a9 100644
--- a/doc/modules/changes.h
+++ b/doc/modules/changes.h
@@ -5,6 +5,13 @@
  * 1.0. All entries are signed with the names of the author. </p>
  *
  * <ol>
+ * <li> Fixed: We accidentally evaluated the viscosity of the material model
+ * from the place where we compute the adiabatic conditions, but this
+ * required information that we didn't have. This is also unnecessary
+ * since we don't need the viscosity in this place. This is now fixed.
+ * <br>
+ * (Wolfgang Bangerth, 2014/05/21) 
+ *
  * <li> Fixed: We forgot to set the initial time before we evaluate the
  * temperature boundary conditions, so temperature boundary conditions
  * could not use <code>get_time()</code> -- they just got NaN. This is now



More information about the CIG-COMMITS mailing list