Skip to content

Commit

Permalink
Merge branch 'devel' of https://github.com/elmercsc/elmerfem into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Juha Ruokolainen committed Aug 22, 2024
2 parents 2ac592a + 370158c commit 855edba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fem/src/CRSMatrix.F90
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ SUBROUTINE CRS_ZeroRow( A,n )
LOGICAL :: isMass, isDamp, EigenAnalysis, DampedAnalysis, HarmonicAnalysis, Found

EigenAnalysis=.FALSE.; HarmonicAnalysis=.FALSE.
DampedAnalysis = .FALSE.
IF(ASSOCIATED(A % Solver)) THEN
EigenAnalysis = A % Solver % NOFEigenValues > 0 .AND. &
ListGetLogical( A % Solver % Values, 'Eigen Analysis',Found)
Expand Down

0 comments on commit 855edba

Please sign in to comment.