Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed Oct 29, 2024
1 parent b5ee9fd commit b833bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_shearband2D_MPI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function main(igg; nx=64, ny=64, figdir="model_figs")

end

@supress begin
@suppress begin
if backend_JR == CPUBackend
N = 30
n = N
Expand Down
2 changes: 1 addition & 1 deletion test/test_shearband3D_MPI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function main(igg; nx=64, ny=64, nz=64, figdir="model_figs")
return nothing
end

@supress begin
@suppress begin
if backend_JR == CPUBackend
n = 32
nx = n # ÷ 2
Expand Down

0 comments on commit b833bfc

Please sign in to comment.