Skip to content

Commit

Permalink
Merge pull request #612 from SebGue/patch-1
Browse files Browse the repository at this point in the history
Prevent undefined behavior of VTU output in eigen analysis
  • Loading branch information
raback authored Dec 16, 2024
2 parents 02be8e8 + 46209de commit dacdec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fem/src/modules/ResultOutputSolve/VtuOutputSolver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ SUBROUTINE VtuOutputSolver( Model,Solver,dt,TransientSimulation )
END DO
END IF
END IF
EigenVectorMode = 0
IF( MaxModes > 0 ) THEN
CALL Info(Caller,'Maximum number of eigen/harmonic modes: '//I2S(MaxModes),Level=7)
Str = ListGetString( Params,'Eigen Vector Component', GotIt )
Expand Down

0 comments on commit dacdec0

Please sign in to comment.