[cig-commits] [commit] master: fix whitespace (5c85fcd)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Dec 12 16:32:46 PST 2014


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

On branch  : master
Link       : https://github.com/geodynamics/burnman/compare/6111717707e0bd07c31d999c20c7a56db163ff48...916ee6acd98bd253c534a4b858b8d86ec62c3fd5

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

commit 5c85fcd6c0347cf7d242ce53231f5b89e961935b
Author: Timo Heister <timo.heister at gmail.com>
Date:   Fri Dec 12 15:49:08 2014 -0800

    fix whitespace


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

5c85fcd6c0347cf7d242ce53231f5b89e961935b
 examples/example_user_input_material.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/example_user_input_material.py b/examples/example_user_input_material.py
index 098e0e6..3e186b2 100644
--- a/examples/example_user_input_material.py
+++ b/examples/example_user_input_material.py
@@ -61,8 +61,8 @@ if __name__ == "__main__":
     class own_material (burnman.Mineral):
         def __init__(self):
             self.params = {
-		'name': 'myownmineral',
-		'equation_of_state': method,
+                'name': 'myownmineral',
+                'equation_of_state': method,
                 'V_0': 10.844e-6, #Molar volume [m^3/(mole molecules)]
                 #at room pressure/temperature
                 'K_0': 135.19e9, #Reference bulk modulus [Pa]
@@ -82,7 +82,7 @@ if __name__ == "__main__":
                 'eta_s_0': 3.0 #full strain derivative of gruneisen parameter
                 #parameter. Values in Stixrude & Lithgow-Bertelloni, 2005
             }
-	    burnman.Mineral.__init__(self)
+            burnman.Mineral.__init__(self)
 
 
     rock = own_material()



More information about the CIG-COMMITS mailing list