Skip to content

Commit

Permalink
Added output in non-noco case
Browse files Browse the repository at this point in the history
  • Loading branch information
d-wortmann committed Sep 19, 2022
1 parent 3791b93 commit fd88ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdn_mt/magMoms.f90
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ SUBROUTINE magMoms(input,atoms,noco,nococonv,vTot,moments,den)
!calculate the perpendicular part of the local moment
!and relax the angle of the local moment or calculate
!the constraint B-field.
if(noco%l_noco) CALL m_perp(atoms,iType,noco,nococonv,(/up,down/),off_diag,vTot)
CALL m_perp(atoms,iType,noco,nococonv,(/up,down/),off_diag,vTot)

END DO
CALL closeXMLElement('magneticMomentsInMTSpheres')
Expand Down

0 comments on commit fd88ac4

Please sign in to comment.