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

Refs #23697 clang-format and release note

parent b4ecfce7
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,8 @@ void SaveIsawPeaks::exec() {
runMap_t::iterator runMap_it;
for (runMap_it = runMap.begin(); runMap_it != runMap.end(); ++runMap_it) {
// Start of a new run
if (maxPeakNumb > 0) appendPeakNumb += maxPeakNumb + 1;
if (maxPeakNumb > 0)
appendPeakNumb += maxPeakNumb + 1;
int run = runMap_it->first;
bankMap_t &bankMap = runMap_it->second;
......
......@@ -41,6 +41,7 @@ Bugfixes
- :ref:`CentroidPeaksMD <algm-CentroidPeaksMD>` now updates peak bin counts.
- :ref:`FindPeaksMD <algm-FindPeaksMD>` now finds peaks correctly with the crystallography convention setting and reduction with crystallography convention is tested with a system test.
- :ref:`SaveIsawPeaks <algm-SaveIsawPeaks>` does not have duplicate peak numbers when saving PeaksWorkspaces with more than one RunNumber.
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