Skip to content

Commit

Permalink
Merge pull request #231 from jonwright/master
Browse files Browse the repository at this point in the history
secret spacegroup number hidden option
  • Loading branch information
jonwright authored Mar 3, 2024
2 parents 16b1f8b + 8715a69 commit 63b46ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageD11/unitcell.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def gethkls(self,dsmax):
if dsmax == self.limit and self.peaks is not None:
return self.peaks
if isinstance(self.symmetry, int):
self.gethkls_xfab( dsmax, self.symmetry )
self.gethkls_xfab( dsmax, spg=None )
h=k=0
l=1 # skip 0,0,0
hs=ks=ls=1
Expand Down

0 comments on commit 63b46ff

Please sign in to comment.