Skip to content

Commit

Permalink
Merge pull request #96 from michele-casula/devel
Browse files Browse the repository at this point in the history
bug in write_fort10 for 2body Jas fac
  • Loading branch information
kousuke-nakano authored Mar 6, 2025
2 parents 518424a + 0ba599c commit 3583003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/b_complex/fort10_io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -5839,8 +5839,8 @@ subroutine write_fort10(unit)
else
write(unit, *) -1
endif
elseif(abs(iesdr).le.3) then
write(unit, *) (vj(i), i = 1, abs(iesdr))
! elseif(abs(iesdr).le.3) then
! write(unit, *) (vj(i), i = 1, abs(iesdr))
else
if(symmagp) then
write(unit, *) abs(niesd),(vj(i), i = 1, abs(niesd))
Expand Down

0 comments on commit 3583003

Please sign in to comment.