Skip to content
Snippets Groups Projects
Commit 40e8f0fe authored by Lynch, Vickie's avatar Lynch, Vickie
Browse files

Refs #25659 offset1 not defined yet

parent 69a8c094
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ void IndexPeaks::exec() {
double average_sate_error;
double tolerance = this->getProperty("Tolerance");
if (commonUB && offsets1 == V3D(0, 0, 0)) {
if (commonUB && o_lattice.getModVec(0) == V3D(0, 0, 0)) {
std::vector<V3D> miller_indices;
std::vector<V3D> q_vectors;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment