Skip to content
Snippets Groups Projects
Commit eae78f1e authored by MichelJuillard's avatar MichelJuillard
Browse files

fix typo

parent 699345fd
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ function gs_solver!(ws::GsSolverWs,d::Matrix{Float64},e::Matrix{Float64},n1::Int
dgges!('N', 'V', e, d, zeros(1,1), ws.vsr, ws.eigval, ws.dgges_ws)
catch err
if err.error_nbr == size(e,1) + 2
println("Warning: DGGES reports error $(e.error_nbr)")
println("Warning: DGGES reports error $(err.error_nbr)")
else
rethrow(err)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment