Skip to content

Commit

Permalink
fix really old typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarayan committed Nov 20, 2018
1 parent 49cb868 commit 4e8efd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WDmodel/WDmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class WDmodel(object):

def __init__(self, grid_file=None, grid_name=None, rvmodel='f99'):
lno = [ 1 , 2 , 3 , 4 , 5 , 6 ]
lines = ['alpha' , 'beta' , 'gamma' , 'delta' , 'zeta' , 'eta' ]
lines = ['alpha' , 'beta' , 'gamma' , 'delta' , 'epsilon', 'zeta' ]
H = [6562.857, 4861.346, 4340.478 ,4101.745 , 3970.081 , 3889.056]
D = [ 130.0 , 170.0 , 125.0 , 75.0 , 50.0 , 27.0 ]
eps = [ 10.0 , 10.0 , 10.0 , 8.0 , 5.0 , 3.0 ]
Expand Down

0 comments on commit 4e8efd7

Please sign in to comment.