Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function generate_constraint_gids(
end

function generate_constraint_gids(
cell_gids::PRange, cell_to_DOFs::AbstractArray{<:Table}, DOF_is_slave, DOF_to_dof
cell_gids::PRange, cell_to_DOFs::AbstractArray, DOF_is_slave, DOF_to_dof
)
# Create pos/neg local numberings
DOF_to_color = map(DOF_is_slave, DOF_to_dof) do DOF_is_slave, DOF_to_dof
Expand Down
Loading