[cig-commits] [commit] master: removed stray fe_num in example_composition.py (60cfec8)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jan 14 11:04:14 PST 2015


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

On branch  : master
Link       : https://github.com/geodynamics/burnman/compare/9422ec507c1a8dfaa6745252962af04a4a149b78...e2bd60d6a01c90c93947fd1c0ed132d06cbadbd2

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

commit 60cfec89c92f0e53e2718ee778e7c7dd6b5d9d4a
Author: sannecottaar <sanne.cottaar at gmail.com>
Date:   Wed Jan 14 18:49:09 2015 +0000

    removed stray fe_num in example_composition.py


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

60cfec89c92f0e53e2718ee778e7c7dd6b5d9d4a
 examples/example_composition.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/example_composition.py b/examples/example_composition.py
index 2b43a08..2965d44 100644
--- a/examples/example_composition.py
+++ b/examples/example_composition.py
@@ -71,7 +71,7 @@ if __name__ == "__main__":
     if False:
         rock = burnman.Composite([0.7, 0.2, 0.1],
                                  [minerals.SLB_2011.fe_perovskite(),
-                                  minerals.SLB_2011.ferropericlase(0.5),
+                                  minerals.SLB_2011.periclase(),
                                   minerals.SLB_2011.stishovite()])
 
 



More information about the CIG-COMMITS mailing list