Skip to content

Commit

Permalink
Update tmp_fixes_symmetric_valued_lagrangian_reffes.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas authored Jul 18, 2022
1 parent 452d5f9 commit 0488539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmp_fixes_symmetric_valued_lagrangian_reffes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function Gridap.ReferenceFEs._evaluate_lagr_dof!(c::AbstractVector,
ndofs,
ncomps)

setsize!(c,(ndofs,))
Gridap.Arrays.setsize!(c,(ndofs,))
r = c.array
for node in LinearIndices(node_and_comp_to_dof)
comp_to_dof = node_and_comp_to_dof[node]
Expand Down

0 comments on commit 0488539

Please sign in to comment.