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
ad34a538
Commit
ad34a538
authored
Nov 14, 2012
by
BRAMAS Berenger
Browse files
Change double to FReal
parent
62c68aea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/Kernels/testSphericalBench.cpp
View file @
ad34a538
...
...
@@ -76,7 +76,7 @@ typedef FFmmAlgorithm<OctreeClass, ParticleClass, CellClass, ContainerClass, Ker
void
doATest
(
const
int
NbParticles
,
const
int
minP
,
const
int
maxP
,
const
int
minH
,
const
int
maxH
,
const
FReal
physicalValue
,
const
bool
neutral
,
FMath
::
FAccurater
*
allPotentialDiff
,
FReal
*
allAbsoluteDiff
,
double
*
timing
,
FMath
::
FAccurater
*
allPotentialDiff
,
FReal
*
allAbsoluteDiff
,
FReal
*
timing
,
const
int
SizeSubLevels
=
3
,
FReal
*
timeForDirect
=
0
){
FTic
counter
;
FRandomLoader
<
ParticleClass
>
loader
(
NbParticles
);
...
...
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