[cig-commits] [commit] doc_updates: Correct docstring (6c3867e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Dec 30 17:25:30 PST 2014


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

On branch  : doc_updates
Link       : https://github.com/geodynamics/burnman/compare/19b854c8feecdeddfe5e040dbadac1a437344ad1...6c3867ee9c87680370dbc313761a117ed1768619

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

commit 6c3867ee9c87680370dbc313761a117ed1768619
Author: ian-r-rose <ian.r.rose at gmail.com>
Date:   Tue Dec 30 17:25:11 2014 -0800

    Correct docstring


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

6c3867ee9c87680370dbc313761a117ed1768619
 burnman/mineral.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/burnman/mineral.py b/burnman/mineral.py
index 1269143..5776fd5 100644
--- a/burnman/mineral.py
+++ b/burnman/mineral.py
@@ -173,7 +173,7 @@ class Mineral(Material):
         return self.K_T
     def compressibility(self):
         """
-        Returns isothermal bulk modulus of the mineral [Pa]
+        Returns compressibility of the mineral (or inverse isothermal bulk modulus) [1/Pa]
         """
         return 1./self.K_T
     def adiabatic_bulk_modulus(self):



More information about the CIG-COMMITS mailing list