[cig-commits] [commit] inversion, master, validate_MT_params: remove tabs (a4434bb)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Dec 12 18:28:24 PST 2014


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

On branches: inversion,master,validate_MT_params
Link       : https://github.com/geodynamics/burnman/compare/80c2a295c42dfdb38f83f6c1334bf7d8f97a8463...409647ff05dfad6a686198cac1481bd46b5e2e62

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

commit a4434bb522aa07139dda47545aff5145714675d7
Author: Timo Heister <timo.heister at gmail.com>
Date:   Fri Dec 12 13:57:07 2014 -0800

    remove tabs


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

a4434bb522aa07139dda47545aff5145714675d7
 burnman/eos/birch_murnaghan.py      | 2 +-
 burnman/minerals/Matas_etal_2007.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/burnman/eos/birch_murnaghan.py b/burnman/eos/birch_murnaghan.py
index 40a1dcc..4983939 100644
--- a/burnman/eos/birch_murnaghan.py
+++ b/burnman/eos/birch_murnaghan.py
@@ -81,7 +81,7 @@ class BirchMurnaghanBase(eos.EquationOfState):
     """
     def volume(self,pressure, temperature, params):
         """
-		Returns volume [m^3] as a function of pressure [Pa]  
+        Returns volume [m^3] as a function of pressure [Pa]  
         """
         return volume(pressure,params)
 
diff --git a/burnman/minerals/Matas_etal_2007.py b/burnman/minerals/Matas_etal_2007.py
index 532ae7c..97caf5a 100644
--- a/burnman/minerals/Matas_etal_2007.py
+++ b/burnman/minerals/Matas_etal_2007.py
@@ -27,7 +27,7 @@ class mg_perovskite(Mineral):
             'grueneisen_0': 1.48,
             'q_0': 1.4}
         
-	Mineral.__init__(self)
+        Mineral.__init__(self)
 
 class fe_perovskite(Mineral):
     def __init__(self):



More information about the CIG-COMMITS mailing list