Skip to content

Commit

Permalink
Fix broadcasting in stabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 11, 2018
1 parent 79a7ae3 commit 2e4c6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codim1/tools.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
stabilities(sweep::Codim1Sweep) = isstable.(sweep.timekind, sweep.eigvals)
stabilities(sweep::Codim1Sweep) = isstable.((sweep.timekind,), sweep.eigvals)

regions(xs::AbstractVector{<: Bool}) = regions(identity, xs)

Expand Down

0 comments on commit 2e4c6de

Please sign in to comment.