From f3ece204d2587cd6e16193705ff5981442555845 Mon Sep 17 00:00:00 2001 From: Vickie Lynch <lynchve@ornl.gov> Date: Tue, 15 Jan 2019 08:42:34 -0500 Subject: [PATCH] Refs #24466 clang-format --- Framework/Crystal/src/OptimizeCrystalPlacement.cpp | 2 +- docs/source/release/v3.14.0/diffraction.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/Crystal/src/OptimizeCrystalPlacement.cpp b/Framework/Crystal/src/OptimizeCrystalPlacement.cpp index 6e6dc7d6f4d..084de96bfeb 100644 --- a/Framework/Crystal/src/OptimizeCrystalPlacement.cpp +++ b/Framework/Crystal/src/OptimizeCrystalPlacement.cpp @@ -378,7 +378,7 @@ void OptimizeCrystalPlacement::exec() { double chisq = fit_alg->getProperty("OutputChi2overDoF"); g_log.notice() << "Fit finished. Status=" - << (std::string)fit_alg->getProperty("OutputStatus") << '\n'; + << (std::string)fit_alg->getProperty("OutputStatus") << '\n'; setProperty("Chi2overDoF", chisq); diff --git a/docs/source/release/v3.14.0/diffraction.rst b/docs/source/release/v3.14.0/diffraction.rst index 10ae50ca8cb..230550a08b0 100644 --- a/docs/source/release/v3.14.0/diffraction.rst +++ b/docs/source/release/v3.14.0/diffraction.rst @@ -52,7 +52,7 @@ Bugfixes - :ref:`SaveIsawPeaks <algm-SaveIsawPeaks>` does not have duplicate peak numbers when saving PeaksWorkspaces with more than one RunNumber. - :ref:`LoadIsawPeaks <algm-LoadIsawPeaks>` now loads the calibration from the peaks file correctly. -- :ref:`OptimizeCrystalPlacement <algm-OptimizeCrystalPlacement>` now updates the sample location used by peaks. Previously, the sample was effectively left unmoved. Default for indexing tolerance was lowered to 0.15. +- :ref:`OptimizeCrystalPlacement <algm-OptimizeCrystalPlacement>` now updates the sample location used by peaks. Previously, the sample was effectively left unmoved. Default for indexing tolerance was lowered to 0.15 and can now be called more than once without error. Powder Diffraction ------------------ -- GitLab