Skip to content

Commit de2355e

Browse files
committed
Fixing the error
1 parent cdea13d commit de2355e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grid.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
scale::Int # multiplicative scale for momentum equations [1]
2020

2121
# DOMAIN SIZES
22-
Δ::T=Lx / nx # grid spacing
22+
Δ::Int=Lx / nx # grid spacing
2323
ny::Int=Int(round(Lx / L_ratio / Δ)) # number of grid cells in y-direction
2424
Ly::Real=ny * Δ # length of domain in y-direction
2525

0 commit comments

Comments
 (0)