Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
agdestein committed Nov 26, 2024
1 parent e5dd0d9 commit 088f892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/IncompressibleNavierStokes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export fieldplot, energy_history_plot, energy_spectrum_plot

# Setup
export Setup, temperature_equation, scalarfield, vectorfield
export CPU # TODO: This annoys Documenter, need to include this docstring somehow
export CPU

# 1D grids
export stretched_grid, cosine_grid, tanh_grid
Expand Down
2 changes: 1 addition & 1 deletion src/initializers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function velocityfield(
doproject = true,
)
(; grid) = setup
(; dimension, N, Iu, x, xu) = grid
(; dimension, Iu, xu) = grid

D = dimension()

Expand Down

0 comments on commit 088f892

Please sign in to comment.