Skip to content

Commit

Permalink
TEST: Test runners
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson92 committed Jun 24, 2024
1 parent 069ae81 commit 1bbf409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/examples/stokes_drag.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ using LinearAlgebra
using Gmsh

# parameters
μ = 2.0
R = 2.0
v = 2.0
μ = 3.0
R = 4.0
v = 4.0

# create a sphere using gmsh
msh_file = joinpath(tempdir(), "stokes-drag.msh")
Expand Down

0 comments on commit 1bbf409

Please sign in to comment.