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

Bug fix: format statement led to overlapping numbers in Jij.atom file

parent e2d3f5fe
No related branches found
No related tags found
No related merge requests found
......@@ -476,7 +476,7 @@ loop: do lm3 = 1, nstore
100 format ('# off-diagonal exchange coupling constants ', /, '# for atom IT = ', i5, ' on site IQ = ', i5, ' impurity site = ', i5, /, &
'# R_IQ,JQ J_IT,JT D_IT,JT S_IT,JT A_IT,JT Rvec JT', /, '# ( ALAT ) ( Ry )', /, '# ')
110 format (f12.8, 4e16.8, 2x, 3f12.8, 2x, 2i5)
110 format (f12.8, 4e16.8, 2x, 3es16.8, 2x, 2i5)
! stop 'test stop'
end subroutine tbxccpljijdij
......
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