Skip to content

Commit

Permalink
coverage up to 100%, second try
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed Jan 10, 2018
1 parent 9548640 commit 8d538f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ end
problem = Problem(P3, "P3", 1)
elements = [Element(Seg2, [1, 2])]
add_elements!(problem, elements)
assemble!(problem)
assemble!(problem.assembly, problem, first(elements), 0.0)
assemble!(problem.assembly, problem, problem.elements, 0.0)
assemble_elements!(problem, problem.assembly, elements, 0.0)
Expand Down

0 comments on commit 8d538f4

Please sign in to comment.