Slight whitespace fix
This commit is contained in:
parent
6faef30524
commit
c1f85adeec
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class Sounding(DatabaseTable):
|
|||
moist_adiabat = follow_moist_adiabat(*lcl)
|
||||
|
||||
lfc = moist_adiabat.intersect(temp_line, SeriesIntersection.GREATER)
|
||||
el = moist_adiabat.intersect(temp_line, SeriesIntersection.LESSER, lfc[1])
|
||||
el = moist_adiabat.intersect(temp_line, SeriesIntersection.LESSER, lfc[1])
|
||||
|
||||
params = SoundingParameters()
|
||||
params.lcl = lcl
|
||||
|
|
Loading…
Add table
Reference in a new issue