Skip to content

Commit

Permalink
A small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalinen committed Aug 22, 2024
1 parent db77e48 commit 370158c
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 370158c

Please sign in to comment.