Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-de-montserrat committed May 7, 2024
1 parent 21d72b2 commit d54d53c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ AMDGPU = "0.6, 0.7, 0.8"
Adapt = "3"
CUDA = "4.4.1, 5"
CellArrays = "0.2"
GeoParams = "0.5.8"
GeoParams = "0.5"
HDF5 = "0.17.1"
ImplicitGlobalGrid = "0.15.0"
MPI = "0.20"
Expand Down
2 changes: 1 addition & 1 deletion src/stokes/Stokes3D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function _solve!(
nout=500,
b_width=(4, 4, 4),
viscosity_relaxation=1e-2,
viscosity_cutoff = (-Inf, Inf),
viscosity_cutoff=(-Inf, Inf),
verbose=true,
kwargs...,
) where {T}
Expand Down

0 comments on commit d54d53c

Please sign in to comment.