Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
c911f8b5
Commit
c911f8b5
authored
Sep 07, 2015
by
BRAMAS Berenger
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
git+ssh://scm.gforge.inria.fr//gitroot//scalfmm/scalfmm
parents
3b79a24f
f923ecae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Src/Kernels/Uniform/FUnifM2LHandler.hpp
Src/Kernels/Uniform/FUnifM2LHandler.hpp
+2
-2
No files found.
Src/Kernels/Uniform/FUnifM2LHandler.hpp
View file @
c911f8b5
...
...
@@ -264,7 +264,7 @@ public:
Dft
.
applyIDFTNorm
(
FX
,
Px
);
// Unapply Zero Padding
for
(
unsigned
int
j
=
0
;
j
<
nnodes
;
++
j
)
x
[
j
]
+
=
Px
[
node_diff
[
nnodes
-
j
-
1
]];
x
[
j
]
=
Px
[
node_diff
[
nnodes
-
j
-
1
]];
}
/**
...
...
@@ -444,7 +444,7 @@ public:
Dft
.
applyIDFTNorm
(
FX
,
Px
);
// Unapply Zero Padding
for
(
unsigned
int
j
=
0
;
j
<
nnodes
;
++
j
)
x
[
j
]
+
=
Px
[
node_diff
[
nnodes
-
j
-
1
]];
x
[
j
]
=
Px
[
node_diff
[
nnodes
-
j
-
1
]];
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment