From fd88ac480ffbae08ba748b625fe6fde4f46dfca2 Mon Sep 17 00:00:00 2001 From: Daniel Wortmann Date: Mon, 19 Sep 2022 15:32:37 +0200 Subject: [PATCH] Added output in non-noco case --- cdn_mt/magMoms.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdn_mt/magMoms.f90 b/cdn_mt/magMoms.f90 index fc07b31f8..81d72fb44 100644 --- a/cdn_mt/magMoms.f90 +++ b/cdn_mt/magMoms.f90 @@ -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')