Skip to content
Snippets Groups Projects
Verified Commit 102f2411 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

remove bad end statement

parent 723f1342
No related branches found
No related tags found
No related merge requests found
...@@ -170,6 +170,4 @@ function bmat_gradient(bb::BaseBuildingBlock, qstart, index1::Union{Nothing, Int ...@@ -170,6 +170,4 @@ function bmat_gradient(bb::BaseBuildingBlock, qstart, index1::Union{Nothing, Int
end end
bmat_gradient(bb::BaseBuildingBlock, qstart) = bmat_gradient(bb, qstart, nothing, nothing) bmat_gradient(bb::BaseBuildingBlock, qstart) = bmat_gradient(bb, qstart, nothing, nothing)
end
end end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment