Skip to content
Snippets Groups Projects
Commit 5497b873 authored by Eduardo Mendive Tapia's avatar Eduardo Mendive Tapia
Browse files

Fix: move the bfield part inside the ila-loop

parent 36d48e37
No related branches found
No related tags found
No related merge requests found
......@@ -1172,11 +1172,11 @@ module ProcessKKRresults_mod
calc%noco_data%moment_z(atom_id)
irec = irec + 1
endif
if (params%noncobfield) then
write(unit=r1fu, rec=irec) calc%bfields(ila)%bfield_constr
irec = irec + 1
end if
end do
if (params%noncobfield) then
write(unit=r1fu, rec=irec) calc%bfields(ila)%bfield_constr
irec = irec + 1
end if
close(r1fu)
......
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