Skip to content

Commit 9d02e92

Browse files
committed
Remove templated variable
1 parent bbb032f commit 9d02e92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ContinuumArrays"
22
uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
3-
version = "0.11"
3+
version = "0.11.1"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"

src/bases/splines.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ end
6565
end
6666

6767
function copyto!(dest::SymTridiagonal,
68-
AB::QMul2{<:QuasiAdjoint{<:Any,<:LinearSpline},<:LinearSpline}) where T
68+
AB::QMul2{<:QuasiAdjoint{<:Any,<:LinearSpline},<:LinearSpline})
6969
Ac,B = AB.A,AB.B
7070
A = parent(Ac)
7171
A.points == B.points || throw(ArgumentError())

0 commit comments

Comments
 (0)