mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-27 04:10:54 +00:00
3d mortar autodiff not working
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user