all tests pass now

This commit is contained in:
Jukka Aho
2016-07-03 21:16:03 +03:00
parent eec6db657d
commit 757ba2b3d9
52 changed files with 607 additions and 853 deletions
+2 -3
View File
@@ -3,8 +3,7 @@
using JuliaFEM.Test
using JuliaFEM.Core: find_dofs_by_nodes, find_nodes_by_dofs
#=
@testset "find dofs given a set of nodes" begin
nodes = [1, 3]
dim = 3
@@ -24,4 +23,4 @@ end
@test nodes == [1, 6]
end
=#