Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
ce67b49b
Commit
ce67b49b
authored
May 27, 2021
by
Dennis Gläser
Browse files
[facet][boxmapper] avoid uninitialized warning variable
parent
ef3d80e9
Pipeline
#4477
passed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dumux/multidomain/facet/box/couplingmapper.hh
View file @
ce67b49b
...
...
@@ -122,7 +122,7 @@ public:
// find the bulk element facet that lies on this low dim element (assumes conformity!)
bool
found
=
false
;
unsigned
int
coupledFacetIndex
;
unsigned
int
coupledFacetIndex
=
0
;
std
::
vector
<
unsigned
int
>
handledFacets
;
for
(
const
auto
&
is
:
intersections
(
bulkFvGridGeometry
.
gridView
(),
bulkElement
))
{
...
...
Ned Coltman
@nedc
mentioned in commit
fdf8114b
·
May 27, 2021
mentioned in commit
fdf8114b
mentioned in commit fdf8114b36ce3af27059e593b0b96d77c48cc8ce
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!2651 (merged)
·
May 27, 2021
mentioned in merge request
!2651 (merged)
mentioned in merge request !2651
Toggle commit list
Write
Preview
Supports
Markdown
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