Skip to content
Snippets Groups Projects
Commit f1731d9c authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Move LFFFT output outside nested i-loop

parent 44af19b4
Branches master
No related tags found
No related merge requests found
...@@ -275,6 +275,7 @@ void lffft(string data_file, string output_path) { ...@@ -275,6 +275,7 @@ void lffft(string data_file, string output_path) {
ws[ie] = wsl[iel]; ws[ie] = wsl[iel];
} // i175 loop } // i175 loop
} }
} // i loop
// label 180 // label 180
if (is != 2222) { if (is != 2222) {
if (is != 1111) { if (is != 1111) {
...@@ -371,7 +372,6 @@ void lffft(string data_file, string output_path) { ...@@ -371,7 +372,6 @@ void lffft(string data_file, string output_path) {
delete[] ffte; delete[] ffte;
delete[] ffts; delete[] ffts;
} }
} // i loop
} // ix475 loop } // ix475 loop
} // iy475 loop } // iy475 loop
} // iz475 loop } // iz475 loop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment