Skip to content

Commit bc322ca

Browse files
authored
Update centered_reconstruction.jl (#4193)
1 parent 3f6521b commit bc322ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Advection/centered_reconstruction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct Centered{N, FT, XT, YT, ZT, CA} <: AbstractCenteredAdvectionScheme{N, FT}
3636
end
3737
end
3838

39-
function Centered(FT::DataType = Float64; grid = nothing, order = 2)
39+
function Centered(FT::DataType=Oceananigans.defaults.FloatType; grid = nothing, order = 2)
4040

4141
if !(grid isa Nothing)
4242
FT = eltype(grid)

0 commit comments

Comments
 (0)