Skip to content

Commit

Permalink
Merge pull request #44 from Cthonios/small-exodus-ext-bug-fix
Browse files Browse the repository at this point in the history
Small exodus ext bug fix
  • Loading branch information
cmhamel authored Feb 29, 2024
2 parents 4bc61fc + 2251753 commit 3f7476c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FiniteElementContainers"
uuid = "d08262e4-672f-4e7f-a976-f2cea5767631"
authors = ["Craig M. Hamel <cmhamel32@gmail.com> and contributors"]
version = "0.5.0"
version = "0.5.1"

[deps]
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
Expand Down
2 changes: 1 addition & 1 deletion ext/FiniteElementContainersExodusExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end
"""
$(TYPEDSIGNATURES)
"""
function FiniteElementContainers.coordinates(mesh::FileMesh{ExodusDatabase{M, I, B, F}})::Matrix{F} where {M, I, B, F}
function FiniteElementContainers.coordinates(mesh::FileMesh{ExodusDatabase{M, I, B, F, Init}})::Matrix{F} where {M, I, B, F, Init}
coords = Exodus.read_coordinates(mesh.mesh_obj)
return coords
end
Expand Down

0 comments on commit 3f7476c

Please sign in to comment.