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
9d165647
Commit
9d165647
authored
Mar 19, 2015
by
Quentin Khan
Browse files
Added FFmmAlgorithmThreadBalanced to loadFMAAndRunFMM to test compilation
parent
2dcfacbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/loadFMAAndRunFMM.cpp
View file @
9d165647
...
...
@@ -31,6 +31,7 @@
#include
"Components/FSimpleLeaf.hpp"
#include
"Components/FBasicParticleContainer.hpp"
#include
"FFmmAlgorithmThreadBalanced.hpp"
#include
"loadFMAAndRunFMMArgs.hpp"
#include
"loadFMAAndRunFMMUtils.hpp"
#include
"FChebBalanceSymKernel.hpp"
...
...
@@ -81,7 +82,7 @@ int main(int argc, char** argv)
writeZones
(
args
,
costzones
);
//
AlgoClass<FFmmAlgorithmThreadBalanced> fmmAlgo();
AlgoClass
<
FFmmAlgorithmThreadBalanced
>
fmmAlgo
(
&
tree
,
&
kernel
,
costzones
.
getZoneBounds
()
);
...
...
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