Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
solverstack
ScalFMM
Commits
66a9b9bb
Commit
66a9b9bb
authored
Jun 04, 2014
by
COULAUD Olivier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix path
parent
c72c7298
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
UTests/utestSphericalWithPrevious.cpp
UTests/utestSphericalWithPrevious.cpp
+5
-5
No files found.
UTests/utestSphericalWithPrevious.cpp
View file @
66a9b9bb
// ===================================================================================
// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, B
é
renger Bramas, Matthias Messner
// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, B
e
renger Bramas, Matthias Messner
// olivier.coulaud@inria.fr, berenger.bramas@inria.fr
// This software is a computer program whose purpose is to compute the FMM.
//
...
...
@@ -55,11 +55,11 @@ class TestSphericalWithPrevious : public FUTester<TestSphericalWithPrevious> {
void
TestTree
(){
// Warning in make test the exec dir it Build/UTests
const
char
*
const
DataFile
=
(
sizeof
(
FReal
)
==
sizeof
(
float
))
?
"../
../
Data/
ut
estSphericalPrevious.data.single"
:
"../
../
Data/utestSphericalPrevious.data.double"
;
"../Data/
UT
est
/
SphericalPrevious.data.single"
:
"../Data/utest
/
SphericalPrevious.data.double"
;
const
char
*
const
ParticleFile
=
(
sizeof
(
FReal
)
==
sizeof
(
float
))
?
"../
../
Data/
ut
estDirect.bin.fma.single"
:
"../
../
Data/
ut
estDirect.bin.fma.double"
;
"../Data/
UT
est
/
Direct.bin.fma.single"
:
"../Data/
UT
est
/
Direct.bin.fma.double"
;
const
int
NbLevels
=
5
;
const
int
SizeSubLevels
=
3
;
...
...
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