Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
f1731d9c
Commit
f1731d9c
authored
1 year ago
by
Giovanni La Mura
Browse files
Options
Downloads
Patches
Plain Diff
Move LFFFT output outside nested i-loop
parent
44af19b4
Branches
master
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/trapping/clffft.cpp
+80
-80
80 additions, 80 deletions
src/trapping/clffft.cpp
with
80 additions
and
80 deletions
src/trapping/clffft.cpp
+
80
−
80
View file @
f1731d9c
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment