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
126c806c
Commit
126c806c
authored
Mar 02, 2021
by
COULAUD Olivier
Browse files
identation
parent
9c88e985
Changes
1
Show whitespace changes
Inline
Side-by-side
experimental/include/scalfmm/tree/group_let.hpp
View file @
126c806c
...
...
@@ -880,7 +880,7 @@ namespace scalfmm::tree
container_type
container
(
particle_container
.
size
());
for
(
std
::
size_t
i
=
0
;
i
<
particle_container
.
size
();
++
i
)
{
container
.
push_particle
(
i
,
particle_container
[
i
)
];
container
.
push_particle
(
i
,
particle_container
[
i
]
)
;
}
localGroupTree
=
new
Tree_type
(
static_cast
<
std
::
size_t
>
(
leaf_level
+
1
),
order
,
box
,
static_cast
<
std
::
size_t
>
(
groupSizeCells
),
container
);
...
...
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