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
ca0bf8b8
Commit
ca0bf8b8
authored
Feb 04, 2014
by
BLANCHARD Pierre
Browse files
Propagate templatization of P2PParticleContainer to new test.
parent
71a2140e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/Kernels/testBlockedTree.cpp
View file @
ca0bf8b8
...
...
@@ -295,7 +295,7 @@ public:
int
main
(
int
argc
,
char
*
argv
[]){
static
const
int
P
=
9
;
typedef
FRotationCell
<
P
>
CellClass
;
typedef
FP2PParticleContainer
ContainerClass
;
typedef
FP2PParticleContainer
<>
ContainerClass
;
typedef
FSimpleLeaf
<
ContainerClass
>
LeafClass
;
typedef
FOctree
<
CellClass
,
ContainerClass
,
LeafClass
>
OctreeClass
;
...
...
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