IndexerThreadPool: IndexerThreadPool return value, not promise + if no spots or no indexing algorithm, don't queue
This commit is contained in:
@@ -56,7 +56,7 @@ IndexAndRefine::IndexingOutcome IndexAndRefine::DetermineLatticeAndSymmetry(Data
|
||||
recip.push_back(i.ReciprocalCoord(geom_));
|
||||
}
|
||||
|
||||
auto indexer_result = indexer_->Run(experiment, recip).get();
|
||||
auto indexer_result = indexer_->Run(experiment, recip);
|
||||
msg.indexing_time_s = indexer_result.indexing_time_s;
|
||||
|
||||
if (indexer_result.lattice.empty())
|
||||
|
||||
Reference in New Issue
Block a user