diff --git a/Project.toml b/Project.toml index fa861fc..de18ad1 100644 --- a/Project.toml +++ b/Project.toml @@ -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" \ No newline at end of file diff --git a/src/common.jl b/src/common.jl index 04bca2a..273e870 100644 --- a/src/common.jl +++ b/src/common.jl @@ -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 \ No newline at end of file +end