Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
7d73184d
Commit
7d73184d
authored
Jul 10, 2015
by
BRAMAS Berenger
Browse files
remove unused file
parent
d05b22dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/noDist/testBlockedUniformCompare.cpp
View file @
7d73184d
...
...
@@ -224,8 +224,6 @@ struct RunContainer{
FMath
::
FAccurater
<
FReal
>
potentialDiff
;
FMath
::
FAccurater
<
FReal
>
fx
,
fy
,
fz
;
FReal
checkPotential
[
20000
];
{
// Check that each particle has been summed with all other
tree
.
forEachLeaf
([
&
](
LeafClass
*
leaf
){
...
...
@@ -238,8 +236,6 @@ struct RunContainer{
for
(
FSize
idxPart
=
0
;
idxPart
<
nbParticlesInLeaf
;
++
idxPart
){
const
FSize
indexPartOrig
=
indexes
[
idxPart
];
//PB: store potential in nbParticles array
checkPotential
[
indexPartOrig
]
=
potentials
[
idxPart
];
potentialDiff
.
add
(
particles
[
indexPartOrig
].
potential
,
potentials
[
idxPart
]);
fx
.
add
(
particles
[
indexPartOrig
].
forces
[
0
],
forcesX
[
idxPart
]);
...
...
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