Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
quanshengwu committed Jun 24, 2024
1 parent afa4ef7 commit 4e6f57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readinput.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4864,7 +4864,7 @@ subroutine build_map_supercell_primitivecell
print *, 'The selected atoms position'
do i=1, NumberofSelectedAtoms(1)
!ia= Selected_Atoms(1)%iarray(i)
write(*, '(i7, 30f14.6)')ia, pos_cart_sc_all(:, i ), pos_direct_sc_all(:, i )
write(*, '(i7, 30f14.6)')i, pos_cart_sc_all(:, i ), pos_direct_sc_all(:, i )
enddo
print *, 'The reduced atoms position'
do ia=1, Nleft
Expand Down

0 comments on commit 4e6f57d

Please sign in to comment.