Skip to content

Commit

Permalink
Merge pull request #8 from JuliaAlgebra/bl/typesymmat
Browse files Browse the repository at this point in the history
Type n in SymMatrix
  • Loading branch information
blegat authored Nov 17, 2018
2 parents d562af9 + 0004e0c commit 0005c09
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 0005c09

Please sign in to comment.