Skip to content

Commit 4a61759

Browse files
committed
include typo
1 parent f72e99c commit 4a61759

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/StochasticStir.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ module StochasticStir
22

33
using SpeedyWeather
44

5-
include("stochasitc_stirring.jl")
5+
export StochasticStirring, JetDrag
6+
7+
include("stochastic_stirring.jl")
68
include("jet_drag.jl")
79

810
end

src/jet_drag.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export JetDrag
21
Base.@kwdef struct JetDrag{NF} <: SpeedyWeather.AbstractDrag{NF}
32

43
# DIMENSIONS from SpectralGrid

src/stochastic_stirring.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export StochasticStirring
21
Base.@kwdef struct StochasticStirring{NF} <: SpeedyWeather.AbstractForcing{NF}
32

43
# DIMENSIONS from SpectralGrid

0 commit comments

Comments
 (0)