Skip to content

Commit

Permalink
Merge 500032e into 7f4b52d
Browse files Browse the repository at this point in the history
  • Loading branch information
fratrik committed Jun 18, 2017
2 parents 7f4b52d + 500032e commit 5e73114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compat.jl
Expand Up @@ -55,7 +55,7 @@ end
# add method to funbasex that creates a BasisStructure
function funbasex(basis::Basis, x=nodes(basis)[1], order=0,
bformat::BasisMatrices.ABSR=Direct())
BasisMatrix(basis, x, order, bformat)
BasisMatrix(Void, basis, bformat, x, order)
end

funbase(basis::Basis, x=nodes(basis)[1], order=fill(0, 1, ndims(basis))) =
Expand Down

0 comments on commit 5e73114

Please sign in to comment.