Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dominik Mehlich
waLBerla
Commits
ca3bc63f
Commit
ca3bc63f
authored
Oct 07, 2019
by
Sebastian Eibl
Browse files
[FIX] some doxygen warnings
parent
92227e71
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/blockforest/loadbalancing/DynamicCurve.h
View file @
ca3bc63f
...
...
@@ -191,7 +191,9 @@ private:
bool
hilbert_
;
bool
allGather_
;
/// All gets for levels are wrapped like
/// \code levelwise_ ? getCorrectLevel() : 0
/// \code
/// levelwise_ ? getCorrectLevel() : 0
/// \endcode
///
/// This allows to use the same algorithm for levelwise balancing as well as for balancing without levels.
bool
levelwise_
;
...
...
src/blockforest/loadbalancing/DynamicDiffusive.h
View file @
ca3bc63f
...
...
@@ -142,7 +142,9 @@ private:
math
::
IntRandom
<
uint_t
>
random_
;
/// All gets for levels are wrapped like
/// \code levelwise_ ? getCorrectLevel() : 0
/// \code
/// levelwise_ ? getCorrectLevel() : 0
/// \endcode
///
/// This allows to use the same algorithm for levelwise balancing as well as for balancing without levels.
bool
levelwise_
;
...
...
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