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
8f7272ba
Commit
8f7272ba
authored
Jul 03, 2021
by
Markus Holzer
Browse files
Merge branch 'directionFromAxis' into 'master'
Fix documentation of directionFromAxis See merge request
!471
parents
51045907
d3946d1b
Pipeline
#33087
passed with stages
in 409 minutes and 59 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/stencil/Directions.h
View file @
8f7272ba
...
...
@@ -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