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

Refs #9334 logs added

parent 271f7029
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,8 @@ namespace Crystal
// Save output properties
this->setProperty("NumIndexed", total_indexed);
this->setProperty("AverageError", average_error);
// Show the lattice parameters
g_log.notice() << o_lattice << "\n";
}
......
......@@ -463,7 +463,7 @@ namespace MDAlgorithms
prog->report("Adding Peaks");
} // for each box found
g_log.notice() << "Number of peaks found: " << peakWS->getNumberPeaks() << std::endl;
}
......@@ -601,7 +601,7 @@ namespace MDAlgorithms
prog->report("Adding Peaks");
} // for each box found
g_log.notice() << "Number of peaks found: " << peakWS->getNumberPeaks() << std::endl;
}
......
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