[cig-commits] [commit] master: fix typos (b7db9c1)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Dec 11 12:20:17 PST 2014


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

On branch  : master
Link       : https://github.com/geodynamics/burnman/compare/c5ec36a308413012ee5b0763ccb541c2ad56f382...bc315ff9a2ed1d4871962882f0626468342f1ffc

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

commit b7db9c120fa579d9a3a31bbc71c3d3452ebebb64
Author: Timo Heister <timo.heister at gmail.com>
Date:   Thu Dec 11 10:36:08 2014 -0800

    fix typos


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

b7db9c120fa579d9a3a31bbc71c3d3452ebebb64
 examples/example_compare_all_methods.py | 2 +-
 examples/example_user_input_material.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/example_compare_all_methods.py b/examples/example_compare_all_methods.py
index 6ebe9e3..f397aa8 100644
--- a/examples/example_compare_all_methods.py
+++ b/examples/example_compare_all_methods.py
@@ -46,7 +46,7 @@ if __name__ == "__main__":
     #Input adiabat potential temperature
     T0 = 1500.0
 
-    #Now we'll calculate the models by forcing the rock to use a method. The preset eqauation of state for the Murakami_etal_2012 minerals is 'slb2'
+    #Now we'll calculate the models by forcing the rock to use a method. The preset equation of state for the Murakami_etal_2012 minerals is 'slb2'
     
     """ 'slb2' (finite-strain 2nd order shear modulus,
         stixrude and lithgow-bertelloni, 2005)
diff --git a/examples/example_user_input_material.py b/examples/example_user_input_material.py
index 8751b83..098e0e6 100644
--- a/examples/example_user_input_material.py
+++ b/examples/example_user_input_material.py
@@ -96,7 +96,7 @@ if __name__ == "__main__":
 
 
     temperature = burnman.geotherm.brown_shankland(seis_p)
-    # The next line is not required here, because the method is set automatically my defining 'equation_of_state' in mineral.params. This shows an alternative way to set the method later, or reset the method to a different one. 
+    # The next line is not required here, because the method is set automatically by defining 'equation_of_state' in mineral.params. This shows an alternative way to set the method later, or reset the method to a different one.
     rock.set_method(method)
 
     print "Calculations are done for:"



More information about the CIG-COMMITS mailing list