Skip to content
Snippets Groups Projects
Commit f79c5460 authored by Federico Montesino Pouzols's avatar Federico Montesino Pouzols
Browse files

coverity - control flow issue 1075965, re #13918

parent b40f34b2
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ void FFT::exec() {
// centerShift == true means that the zero on the x axis is assumed to be in
// the data centre
// at point with index i = ySize/2. If shift == false the zero is at i = 0
bool centerShift = true;
const bool centerShift = true;
API::TextAxis *tAxis = new API::TextAxis(nOut);
int iRe = 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