Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Oct 21, 2024
1 parent 3c06762 commit 6f5cff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion larch/xrd/cif2feff.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def build_cluster(self, absorber=None, absorber_site=1, cluster_size=None):
site_tags[i] = f'{site.species_string:s}_{s_unique:d}'

# atom0 = self.struct[a_index]
atom0 = self.unique_sites[absorber_site-1][0]SVal
atom0 = self.unique_sites[absorber_site-1][0]
sphere = self.struct.get_neighbors(atom0, self.cluster_size)

self.symbols = [self.absorber]
Expand Down

0 comments on commit 6f5cff2

Please sign in to comment.