Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chmerdon committed Dec 18, 2023
1 parent 2ec5168 commit 67bcee4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ExampleJuggler = "3bbe58f8-ed81-4c4e-a134-03e85fcf4a1a"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
GridVisualize = "5eed8a63-0fb0-45eb-886d-8d5a387d12b8"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand Down
1 change: 0 additions & 1 deletion examples/Example200_LowLevelPoisson.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ using ExtendableFEMBase
using ExtendableGrids
using ExtendableSparse
using GridVisualize
using UnicodePlots

## data for Poisson problem
const μ = 1.0
Expand Down
1 change: 0 additions & 1 deletion examples/Example210_LowLevelNavierStokes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ using ExtendableSparse
using GridVisualize
using ForwardDiff
using DiffResults
using UnicodePlots

## data for Poisson problem
const μ = 1e-2
Expand Down

0 comments on commit 67bcee4

Please sign in to comment.