Skip to content

Commit

Permalink
Fix layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
James.Hester committed Jan 16, 2025
1 parent 901f522 commit 302e806
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cif_core.dic
Original file line number Diff line number Diff line change
Expand Up @@ -27709,9 +27709,11 @@ save_function.seitzfromjones
If (inum == 0) m = AtoI(c)
If (inum == 1 and c != '/')
dummy = print('illegal num in symmetry xyz')
If (inum == 2) {
n = AtoI(c)
If(n == 5) dummy = print('illegal translation in symmetry xyz')
If (inum == 2)
{
n = AtoI(c)
If(n == 5)
dummy = print('illegal translation in symmetry xyz')
s[axis,3] = Mod(10.+ Float(sign*m)/Float(n), 1.)
sign = 1
}
Expand Down

0 comments on commit 302e806

Please sign in to comment.