Skip to content
Snippets Groups Projects
Commit e326c11e authored by Manuel Dias's avatar Manuel Dias
Browse files

Merge branch 'nocoBfield' of iffgit.fz-juelich.de:kkr/jukkr into nocoBfield

parents d34e82f1 eeeb96b4
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ contains
integer :: iatom
open(unit=57493215, file='bconstr_out.dat', status='replace')
write(57493215,'("# bconstr_x [Ry], bconstr_y [Ry], bconstr_z [Ry]")')
write(57493215,'("# bconstr_x [Ry], bconstr_y [Ry], bconstr_z [Ry], m_spin [mu_B]")')
do iatom=1,natyp
write(57493215,'(4es16.8)') bconstr_in(:,iatom)
bconstr_out(iatom,:) = bconstr_in(1:3,iatom)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment