Skip to content

Commit

Permalink
Modifying change in pscfpp group output format, reflecting changes th…
Browse files Browse the repository at this point in the history
…ere.
  • Loading branch information
dmorse committed Aug 18, 2019
1 parent 4e54f19 commit 5174b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/group_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ subroutine output_group(g,iunit,mode_arg)

else if (mode == 2) then

! Write number of symmetry elements
write(iunit,FMT="(i9)") g%order
write(iunit,FMT="('dim ', i3)") dim
write(iunit,FMT="('size ', i3)") g%order
write(iunit,*)

! Write symmetry elements
Expand Down

0 comments on commit 5174b17

Please sign in to comment.