Skip to content

Commit

Permalink
Prevent unknown mode error in ph.x
Browse files Browse the repository at this point in the history
Switch lstop from false to true in find_mode_sym_new call

RC2 v7.2 2024-2
  • Loading branch information
Sasha Fonari committed Apr 19, 2024
1 parent 0135d78 commit f5fd836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHonon/PH/set_irr.f90
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ subroutine set_irr_new (xq, u, npert, nirr, eigen)

IF (search_sym.AND.nspin_mag/=4) THEN
CALL find_mode_sym_new (u, eigen, tau, nat, nsymq, s, sr, irt, xq, &
rtau, amass, ntyp, ityp, 0, .FALSE., .TRUE., num_rap_mode, ierr)
rtau, amass, ntyp, ityp, 0, .FALSE., .FALSE., num_rap_mode, ierr)

!
! Order the modes so that we first make all those that belong to the first
Expand Down

0 comments on commit f5fd836

Please sign in to comment.