Skip to content

Commit

Permalink
update Project.toml; more exports
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed Aug 8, 2024
1 parent 8d57a25 commit 62f208d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ParallelStencil = "0.12, 0.13"
Reexport = "1.2.2"
StaticArrays = "1"
Statistics = "1"
WriteVTK = "1.18"
WriteVTK = "1.18, 1.19"
julia = "1.9, 1.10"

[extras]
Expand Down
8 changes: 7 additions & 1 deletion src/IO/DataIO.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ import ..JustRelax: IGG

include("H5.jl")

export save_hdf5, checkpointing_hdf5, load_checkpoint_hdf5, metadata
export save_hdf5,
checkpointing_hdf5,
load_checkpoint_hdf5,
metadata,
center_coordinates,
vertex_coordinates,
save_data

include("JLD2.jl")

Expand Down
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"

[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
Expand All @@ -29,4 +30,5 @@ StaticArrays = "1"
Statistics = "1"
Suppressor = "0.2"
TOML = "1"
WriteVTK = "1.18, 1.19"
julia = "1.9, 1.10"

0 comments on commit 62f208d

Please sign in to comment.