Skip to content

Commit

Permalink
fix bug of setting sigma in Modal analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed Jul 4, 2018
1 parent 41e3d36 commit 588130b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers_modal.jl
Expand Up @@ -205,7 +205,7 @@ function FEMBase.run!(solver::Solver{Modal})
end

if !passed
sigma = problem.properties.sigma = 1.0e-9
sigma = props.sigma = 1.0e-9
info("Calculation of eigenvalues failed. Stiffness matrix is not ",
"positive definite and Cholesky factorization is failing. Trying ",
"again by adjusting problem.properties.sigma to $sigma.")
Expand Down

0 comments on commit 588130b

Please sign in to comment.