Skip to content

Commit 6bd831f

Browse files
author
Gus Hart
committed
Changed the format (again). Should work for up to 999 atoms.
1 parent 55fbab9 commit 6bd831f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/derivative_structure_generator.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ SUBROUTINE gen_multilattice_derivatives(title, parLV, nDFull, dFull, k, nMin, nM
13531353
endif
13541354
if (full) then; write(14,'("full list of labelings (including incomplete labelings) is used")')
13551355
else; write(14,'("partial list of labelings (complete labelings only) is used")'); endif
1356-
write(14,'("(Non)Equivalency list:" ,1000(I2,1x))') equivalencies(:)
1356+
write(14,'("(Non)Equivalency list:" ,999(I3,1x))') equivalencies(:)
13571357

13581358
!write(14,'("Symmetry of the primary lattice is of order ",i2)')
13591359

0 commit comments

Comments
 (0)