[cig-commits] [commit] add_thermodynamic_potentials: Remove unnecessary ones. (f7f2f98)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Dec 9 09:55:48 PST 2014


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

On branch  : add_thermodynamic_potentials
Link       : https://github.com/geodynamics/burnman/compare/2e5646d93cedbbf8eae54cc37cffc14e0aa85180...d5ddad03ff9f30f5a4efaddb4e3ec585ea1a7c51

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

commit f7f2f98b5b9eba90ba69a09829b3c41f5d8f75e6
Author: ian-r-rose <ian.r.rose at gmail.com>
Date:   Wed Sep 3 08:08:29 2014 -0700

    Remove unnecessary ones.


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

f7f2f98b5b9eba90ba69a09829b3c41f5d8f75e6
 solidsolution_benchmarks.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solidsolution_benchmarks.py b/solidsolution_benchmarks.py
index 915435f..62538e4 100644
--- a/solidsolution_benchmarks.py
+++ b/solidsolution_benchmarks.py
@@ -79,7 +79,7 @@ class orthopyroxene_a(burnman.SolidSolution):
         self.name='orthopyroxene'
 
         # Endmembers (cpx is symmetric)
-        base_material = [[enstatite(), '[Mg][Mg][Si]Si1O6'],[mg_tschermaks_molecule(), '[Mg][Al][Al]Si1O6'] ]
+        base_material = [[enstatite(), '[Mg][Mg][Si]SiO6'],[mg_tschermaks_molecule(), '[Mg][Al][Al]SiO6'] ]
 
         # Interaction parameters
         enthalpy_interaction=[[0.0]]
@@ -92,7 +92,7 @@ class orthopyroxene_b(burnman.SolidSolution):
         self.name='orthopyroxene'
 
         # Endmembers (cpx is symmetric)
-        base_material = [[enstatite(), '[Mg][Mg]Si2O6'],[mg_tschermaks_molecule(), '[Mg][Al]Al1Si1O6'] ]
+        base_material = [[enstatite(), '[Mg][Mg]Si2O6'],[mg_tschermaks_molecule(), '[Mg][Al]AlSiO6'] ]
 
         # Interaction parameters
         enthalpy_interaction=[[0.0]]



More information about the CIG-COMMITS mailing list