diff --git a/Framework/Algorithms/src/MaxEnt.cpp b/Framework/Algorithms/src/MaxEnt.cpp index a4a8ff2e39913254b5833adf8f7ade2758fab448..a496897c99e543cb50eb262dd13d0649abc55caf 100644 --- a/Framework/Algorithms/src/MaxEnt.cpp +++ b/Framework/Algorithms/src/MaxEnt.cpp @@ -360,7 +360,7 @@ void MaxEnt::exec() { npoints = complexImage ? npoints * 2 : npoints; size_t maxItCount = 0; // used to determine max iterations used by alg - std::vector<size_t> iterationCounts; + std::vector<size_t> iterationCounts; // used to record iter used per spec iterationCounts.reserve(nSpec); outEvolChi->setPoints(0, Points(nIter, LinearGenerator(0.0, 1.0)));