Skip to content

Commit

Permalink
Merge pull request #24 from bczernecki/devel
Browse files Browse the repository at this point in the history
sounding_wind fix
  • Loading branch information
bczernecki authored Mar 29, 2021
2 parents 6cbae83 + 29a353c commit c2afc48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/sounding_wind.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

sounding_wind = function(pressure, ws, ptop = 100, yaxs = TRUE, ...){

altitude = altitude - altitude[1]

if(ptop > 200) {
stop("\nptop argument needs to be set < 200 (hPa)!")
}
Expand Down

0 comments on commit c2afc48

Please sign in to comment.