Skip to content

Commit

Permalink
Increase default value
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Sep 2, 2024
1 parent c269c45 commit 265374e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/FullStokes/Isothermal/Isothermal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function IsothermalFullStokesModel(; arch,
residual = ResidualField(arch, grid)

Check warning on line 70 in src/Models/FullStokes/Isothermal/Isothermal.jl

View check run for this annotation

Codecov / codecov/patch

src/Models/FullStokes/Isothermal/Isothermal.jl#L67-L70

Added lines #L67 - L70 were not covered by tests

if isnothing(outer_width)
outer_width = ntuple(_ -> 2, Val(ndims(grid)))
outer_width = ntuple(_ -> 4, Val(ndims(grid)))

Check warning on line 73 in src/Models/FullStokes/Isothermal/Isothermal.jl

View check run for this annotation

Codecov / codecov/patch

src/Models/FullStokes/Isothermal/Isothermal.jl#L73

Added line #L73 was not covered by tests
end

launcher = Launcher(arch, grid; outer_width)

Check warning on line 76 in src/Models/FullStokes/Isothermal/Isothermal.jl

View check run for this annotation

Codecov / codecov/patch

src/Models/FullStokes/Isothermal/Isothermal.jl#L76

Added line #L76 was not covered by tests
Expand Down

0 comments on commit 265374e

Please sign in to comment.