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

Refs #24466 clang-format

parent 22898a71
No related merge requests found
...@@ -378,7 +378,7 @@ void OptimizeCrystalPlacement::exec() { ...@@ -378,7 +378,7 @@ void OptimizeCrystalPlacement::exec() {
double chisq = fit_alg->getProperty("OutputChi2overDoF"); double chisq = fit_alg->getProperty("OutputChi2overDoF");
g_log.notice() << "Fit finished. Status=" g_log.notice() << "Fit finished. Status="
<< (std::string)fit_alg->getProperty("OutputStatus") << '\n'; << (std::string)fit_alg->getProperty("OutputStatus") << '\n';
setProperty("Chi2overDoF", chisq); setProperty("Chi2overDoF", chisq);
......
...@@ -52,7 +52,7 @@ Bugfixes ...@@ -52,7 +52,7 @@ Bugfixes
- :ref:`SaveIsawPeaks <algm-SaveIsawPeaks>` does not have duplicate peak numbers when saving PeaksWorkspaces with more than one RunNumber. - :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:`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 Powder Diffraction
------------------ ------------------
......
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