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
waLBerla
waLBerla
Commits
d3946d1b
Commit
d3946d1b
authored
Jul 01, 2021
by
Michael Kuron
Browse files
Fix documentation of directionFromAxis
parent
acd9a0bc
Pipeline
#33044
passed with stages
in 580 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/stencil/Directions.h
View file @
d3946d1b
...
...
@@ -271,8 +271,8 @@ namespace stencil {
/// Maps (direction,axis) pair to direction
/// \param axis 0,1 or 2 standing for x,y,z
/// \param minOrMax if
fals
e, the direction pointing in the negative axis direction is returned,
/// if
tru
e, the positive axis direction
/// \param minOrMax if
tru
e, the direction pointing in the negative axis direction is returned,
/// if
fals
e, the positive axis direction
inline
Direction
directionFromAxis
(
int
axis
,
bool
minOrMax
)
{
WALBERLA_ASSERT_LESS
(
axis
,
3
);
...
...
@@ -288,8 +288,8 @@ namespace stencil {
/// Maps (direction,axis) pair to direction
/// \param axis 0,1 or 2 standing for x,y,z
/// \param minOrMax if
fals
e, the direction pointing in the negative axis direction is returned,
/// if
tru
e, the positive axis direction
/// \param minOrMax if
tru
e, the direction pointing in the negative axis direction is returned,
/// if
fals
e, the positive axis direction
inline
Direction
directionFromAxis
(
uint_t
axis
,
bool
minOrMax
)
{
WALBERLA_ASSERT_LESS
(
axis
,
3
);
...
...
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