Skip to content

Commit

Permalink
Also making it so model_setup is exported in ShallowWaters.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
swilliamson7 committed May 14, 2024
1 parent 42e7817 commit b69bdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShallowWaters.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ShallowWaters

export run_model, Parameter, ∂x, ∂y, Ix, Iy, ∇²
export run_model, model_setup, Parameter, ∂x, ∂y, Ix, Iy, ∇²

using NetCDF, Parameters, Printf, Dates, Interpolations

Expand Down

0 comments on commit b69bdbf

Please sign in to comment.