Skip to content

Commit

Permalink
Redundant Code removal
Browse files Browse the repository at this point in the history
  • Loading branch information
CaymanUnterborn committed Jan 5, 2016
1 parent dded24a commit 5c515f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions burnman/eos/birch_murnaghan_4th.py
Expand Up @@ -15,8 +15,6 @@ def volume_fourth_order(pressure,params):
except:
raise ValueError('Cannot find a volume, perhaps you are outside of the range of validity for the equation of state?')
return opt.brentq(func, sol[0], sol[1])
V = opt.brentq(func, .5*params['V_0'], 1.1*params['V_0'])
return V

def birch_murnaghan_fourth(x, params):
B1 = (params['K_0']*params['Kprime_prime_0'])+((params['Kprime_0']-4.)*(params['Kprime_0']-5.))+(59./9.)
Expand Down

0 comments on commit 5c515f7

Please sign in to comment.