Skip to content

Commit bb74ad0

Browse files
committed
typo
1 parent 42f8f15 commit bb74ad0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/batch.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ struct QuadExprMatrix{M,V,T} <: AbstractExprMatrix
99
c::V
1010
c0::T
1111
end
12-
struct VecAffExprMatrix{V,T} <: AbstractExprMatrix
13-
A::V
14-
b::T
12+
struct VecAffExprMatrix{M,V} <: AbstractExprMatrix
13+
A::M
14+
b::V
1515
end
1616

1717

0 commit comments

Comments
 (0)