Skip to content

Commit

Permalink
Merge pull request #2 from bcube-project/fix-CI
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
bmxam authored Nov 28, 2024
2 parents 5a1f51b + ba8d9b0 commit e8be46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
[compat]
Bcube = "0.2"
HDF5 = "0.17"
JLD2 = "0.5"

[sources]
Bcube = {url = "https://github.com/bcube-project/Bcube.jl", rev = "0.2"}
JLD2 = "0.5"
2 changes: 1 addition & 1 deletion src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ function is_volumic_entity(obj, topo_dim)
@assert get_cgns_type(obj) == "Elements_t"
code, _ = get_value(obj)
return is_volumic_entity(code, topo_dim)
end
end

0 comments on commit e8be46a

Please sign in to comment.