[cig-commits] [commit] master: This new example was not changed by the split_mt PR. Quick fix to that. (847744b)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Jan 5 10:42:40 PST 2015


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

On branch  : master
Link       : https://github.com/geodynamics/burnman/compare/ed52c21032887e6b42abbaae627a9c5366690913...8b5b24c5a92f851d6047aff401a303d19b15c9a6

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

commit 847744b29d89c3f528f753fd6d71139caeabfa79
Author: Ian Rose <ian.r.rose at gmail.com>
Date:   Mon Jan 5 10:40:00 2015 -0800

    This new example was not changed by the split_mt PR.  Quick fix to that.


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

847744b29d89c3f528f753fd6d71139caeabfa79
 examples/example_chemical_potentials.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/example_chemical_potentials.py b/examples/example_chemical_potentials.py
index 924b79a..cd0168b 100644
--- a/examples/example_chemical_potentials.py
+++ b/examples/example_chemical_potentials.py
@@ -121,7 +121,7 @@ if __name__ == "__main__":
             self.params = {
                 'name': 'Re',
                 'formula': formula,
-                'equation_of_state': 'mtait',
+                'equation_of_state': 'hp_tmt',
                 'H_0': 0.0 ,
                 'S_0': 36.53 ,
                 'V_0': 8.862e-06 ,
@@ -141,7 +141,7 @@ if __name__ == "__main__":
             self.params = {
                 'name': 'ReO2',
                 'formula': formula,
-                'equation_of_state': 'mtait',
+                'equation_of_state': 'hp_tmt',
                 'H_0': -445140.0 ,
                 'S_0': 47.82 ,
                 'V_0': 1.8779e-05 ,



More information about the CIG-COMMITS mailing list