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
8a35e7e8
Commit
8a35e7e8
authored
Mar 09, 2021
by
COULAUD Olivier
Browse files
add warning in trace operation
parent
9d32a4b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
experimental/include/scalfmm/tree/group_tree.hpp
View file @
8a35e7e8
...
...
@@ -420,9 +420,12 @@ namespace scalfmm::component
/// interaction list) level_trace = 5 print information of the tree (leaf and cell interval and index inside
/// and their p2p and m2l interaction lists)
///
/// \param[in] level_trace level of the trace
/// @warning To have the right p2p list we have to have the groupe size in the tree equal to the number
/// of leaves otherwise, we only print the index inside the group.
///
inline
auto
trace
(
std
::
size_t
level_trace
=
0
)
->
void
/// @param[in] level_trace level of the trace
///
inline
auto
trace
(
const
std
::
size_t
level_trace
=
0
)
->
void
{
auto
level_0
=
[]()
{};
...
...
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