[cig-commits] [commit] master: fix tab issure (2c03623)

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


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

On branch  : master
Link       : https://github.com/geodynamics/burnman/compare/32dadcc46a96bc7aec06770c83a25936c4ce1e86...9912a1d4cf24f74f53ec9a49abf54cea420194fb

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

commit 2c03623dbb579b068769f79e60c5d27bb9b00376
Author: Timo Heister <timo.heister at gmail.com>
Date:   Fri Dec 12 21:32:24 2014 -0500

    fix tab issure


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

2c03623dbb579b068769f79e60c5d27bb9b00376
 burnman/geotherm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/burnman/geotherm.py b/burnman/geotherm.py
index 428dab9..c058a3c 100644
--- a/burnman/geotherm.py
+++ b/burnman/geotherm.py
@@ -99,7 +99,7 @@ def dTdP(temperature, pressure, rock):
     This works out to the formula: 
     
     .. math::
-    	dT/dP = T*\\frac{\Sigma_i(X[i]*C_{p}[i]*\gamma[i]/K[i])}{\Sigma(X[i]*C_{p}[i])}
+        dT/dP = T*\\frac{\Sigma_i(X[i]*C_{p}[i]*\gamma[i]/K[i])}{\Sigma(X[i]*C_{p}[i])}
 
     Where :math:`X[i]` is the molar fraction of phase :math:`i`, :math:`C_p` is the specific heat at constant pressure,
     :math:`\gamma` is the Gruneisen parameter and :math:`K` is the bulk modulus.



More information about the CIG-COMMITS mailing list