Skip to content

Commit

Permalink
update on do_index() function in indexing.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
noordhee committed Feb 14, 2025
1 parent 2114b1d commit db286f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageD11/indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ def do_index(
cf_for_indexing.parameters = cf.parameters

if unitcell:
indexer = indexer_from_colfile_and_ucell(cf, ucell=unitcell)
indexer = indexer_from_colfile_and_ucell(cf_for_indexing, ucell=unitcell)
else:
indexer = indexer_from_colfile(cf_for_indexing)
indexer.ds_tol = dstol
Expand Down

0 comments on commit db286f4

Please sign in to comment.