Skip to content
Snippets Groups Projects
Commit d4b3d9de authored by Anders Markvardsen's avatar Anders Markvardsen
Browse files

add comment to new variable. re #22163

parent 9cbcb4e3
No related branches found
No related tags found
No related merge requests found
...@@ -360,7 +360,7 @@ void MaxEnt::exec() { ...@@ -360,7 +360,7 @@ void MaxEnt::exec() {
npoints = complexImage ? npoints * 2 : npoints; npoints = complexImage ? npoints * 2 : npoints;
size_t maxItCount = 0; // used to determine max iterations used by alg 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); iterationCounts.reserve(nSpec);
outEvolChi->setPoints(0, Points(nIter, LinearGenerator(0.0, 1.0))); outEvolChi->setPoints(0, Points(nIter, LinearGenerator(0.0, 1.0)));
......
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