Skip to content

Commit

Permalink
Fixed my inability to spell parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mncrowe committed Nov 15, 2024
1 parent 056b04f commit 49ddcdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vortex_types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Defines an LQGVortex solution structure using the given inputs
Arguments:
- `grid`: grid structure
- `params`: vortex paramters, LQGParams structure
- `params`: vortex parameters, LQGParams structure
"""
function DefLQGVortex(grid, params::LQGParams)

Expand All @@ -375,7 +375,7 @@ Defines an SQGVortex solution structure using the given inputs
Arguments:
- `grid`: grid structure
- `params`: vortex paramters, LQGParams structure
- `params`: vortex parameters, LQGParams structure
"""
function DefSQGVortex(grid, params::SQGParams)

Expand Down

0 comments on commit 49ddcdf

Please sign in to comment.