Skip to content
Snippets Groups Projects
Commit 74fdf17b authored by Stephan Hilb's avatar Stephan Hilb
Browse files

fix test dependency

parent 8cabcb68
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ end
@testset "mesh refinement" begin
# simple hashing
val(f) = integrate(f.space.mesh, (x; f) -> dot(f, f); f)
val(f) = integrate(f.space.mesh, (x; f) -> sum(f .* f); f)
mesh = init_grid(zeros(5, 5))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment