RotationIndexer: Remove SetLattice() - not sure why it was necessary in the first place
This commit is contained in:
@@ -19,14 +19,6 @@ IndexAndRefine::IndexAndRefine(const DiffractionExperiment &x, IndexerThreadPool
|
||||
if (indexer && x.IsRotationIndexing())
|
||||
rotation_indexer = std::make_unique<RotationIndexer>(x, *indexer);
|
||||
}
|
||||
#include <iostream>
|
||||
|
||||
void IndexAndRefine::SetLattice(const CrystalLattice &lattice) {
|
||||
if (rotation_indexer) {
|
||||
rotation_indexer->SetLattice(lattice);
|
||||
std::cout << "Set lattice for rotation indexing" << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
IndexAndRefine::IndexingOutcome IndexAndRefine::DetermineLatticeAndSymmetry(DataMessage &msg) {
|
||||
IndexingOutcome outcome(experiment);
|
||||
|
||||
Reference in New Issue
Block a user