Make the arguments to GaussLine type parameters?
struct Element{A,B}
name
...
end
function create_gauss_points(::Element{A,B}) where {A,B}
gauss_line = GaussLine(A,B)
...
end
Make the arguments to GaussLine type parameters?
struct Element{A,B}
name
...
end
function create_gauss_points(::Element{A,B}) where {A,B}
gauss_line = GaussLine(A,B)
...
end