Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
c911f8b5
Commit
c911f8b5
authored
Sep 07, 2015
by
BRAMAS Berenger
Browse files
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
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment