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

Refs #8277 output transformed UB

parent a1bed344
No related merge requests found
......@@ -123,6 +123,7 @@ void TransformHKL::exec() {
// Transform looks OK so update UB and
// transform the hkls
UB = UB * hkl_tran_inverse;
g_log.notice() << "Transformed UB = " << UB << std::endl;
o_lattice.setUB(UB);
std::vector<double> sigabc(6);
SelectCellWithForm::DetermineErrors(sigabc, UB, ws, tolerance);
......
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