Skip to content

Commit

Permalink
Merge pull request #195 from PTsolvers/pa-fix
Browse files Browse the repository at this point in the history
fix missing export
  • Loading branch information
aelligp authored Jul 10, 2024
2 parents 71f0409 + 0219065 commit 21b62e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ JustRelax = "34418575-392d-4e26-8c6d-96b0910afa06"

[compat]
Documenter = "1"
JustRelax = "0.2"
JustRelax = "0.2, 0.3"
1 change: 1 addition & 0 deletions src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export @allocate,
@idx,
@copy,
@velocity,
@displacement,
@strain,
@stress,
@tensor,
Expand Down
4 changes: 2 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ AllocCheck = "0.1"
CUDA = "~5.3.5"
CellArrays = "0.2"
GeoParams = "0.5, 0.6"
JustPIC = "0.3.4, 0.3.5, 0.4"
JustPIC = "0.3.4, 0.3.5, 0.3.6, 0.4"
MPI = "0.20"
ParallelStencil = "0.11, 0.12, 0.13"
ParallelStencil = "0.11, 0.12"
StaticArrays = "1"
Statistics = "1"
Suppressor = "0.2"
Expand Down

0 comments on commit 21b62e9

Please sign in to comment.