[cig-commits] [commit] master: Removed print statements (40445a9)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Sat Dec 13 16:19:53 PST 2014


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

On branch  : master
Link       : https://github.com/geodynamics/burnman/compare/fb1efda477c84dda519a26fcd6480eef1f23c1cf...a2a7ea5dbd2bbbb7bb8c207b3e569e3967a4c47b

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

commit 40445a9acc93f83c78423ccc673955fc6aa76e7b
Author: Bob Myhill <myhill.bob at gmail.com>
Date:   Sat Dec 13 15:12:38 2014 -0800

    Removed print statements


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

40445a9acc93f83c78423ccc673955fc6aa76e7b
 burnman/eos/modified_tait.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/burnman/eos/modified_tait.py b/burnman/eos/modified_tait.py
index b86687f..752be96 100644
--- a/burnman/eos/modified_tait.py
+++ b/burnman/eos/modified_tait.py
@@ -343,7 +343,5 @@ class MT(eos.EquationOfState):
 
         if params['n'] < 1. or params['n'] > 1000.:
             warnings.warn( 'Unusual value for n', stacklevel=2 )
-            print params['name'], params['n']
         if params['molar_mass'] < 0.001 or params['molar_mass'] > 10.:
             warnings.warn( 'Unusual value for molar_mass', stacklevel=2 )
-            print params['name'], params['molar_mass']



More information about the CIG-COMMITS mailing list