fixed test

This commit is contained in:
Jukka Aho
2017-01-06 07:24:58 +02:00
parent 3f4bcfbf7e
commit d0023c5dd4
+1 -1
View File
@@ -55,6 +55,6 @@ using JuliaFEM.Testing
end
normu = norm(contact.assembly.u)
info("displacement field norm = $normu")
@test isapprox(normu, 0.7417557629004985)
@test isapprox(normu, 0.7417568870648232)
end