3d mortar autodiff not working

This commit is contained in:
Jukka Aho
2016-02-25 10:44:55 +02:00
parent e155b0ca71
commit ce3b6b9d19
7 changed files with 398 additions and 39 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ function get_basis{E}(::Type{Element{E}}, xi::Vector{Float64})
return get_basis(E, xi)
end
function get_basis{E}(element::Element{E}, xi::Vector{Float64})
function get_basis{E}(element::Element{E}, xi::Vector)
return get_basis(E, xi)
end