Skip to content

Commit

Permalink
Increased precision of integer array cell_to_ctype
Browse files Browse the repository at this point in the history
  • Loading branch information
ericneiva committed Jan 20, 2023
1 parent 5491921 commit 87a8cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FESpaces/ConformingFESpaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ end
struct CellDofsNonOriented <:AbstractVector{Vector{Int32}}
cell_to_faces::Table{Int32,Vector{Int32},Vector{Int32}}
cell_to_lface_to_pindex::Table{Int8,Vector{Int8},Vector{Int32}}
cell_to_ctype::Vector{Int8}
cell_to_ctype::Vector{Int32}
ctype_to_lface_to_own_ldofs::Vector{Vector{Vector{Int}}}
ctype_to_num_dofs::Vector{Int}
face_to_own_dofs::Table{Int32,Vector{Int32},Vector{Int32}}
Expand Down

0 comments on commit 87a8cc0

Please sign in to comment.