Skip to content

Commit

Permalink
Type n in SymMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Nov 17, 2018
1 parent d562af9 commit 0004e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matmeasure.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using SemialgebraicSets

struct SymMatrix{T} <: AbstractMatrix{T}
Q::Vector{T}
n
n::Int
end

# i <= j
Expand Down

0 comments on commit 0004e0c

Please sign in to comment.