Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Houman Mirzaalian Dastjerdi
waLBerla
Commits
470f9738
Commit
470f9738
authored
Jun 29, 2018
by
Houman Mirzaalian Dastjerdi
Browse files
remove unused variable 'cellBB'
parent
b04d1f5c
Pipeline
#10168
failed with stage
in 95 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/benchmarks/ComplexGeometryList/ComplexGeometryList.cpp
View file @
470f9738
...
...
@@ -276,7 +276,6 @@ int main( int argc, char **argv )
// Test Stability Chacker
for
(
auto
&
block
:
*
blocks
)
{
CellInterval
cellBB
=
blocks
->
getBlockCellBB
(
block
);
MyList
*
lbmList
=
block
.
getData
<
MyList
>
(
pdfListId
);
if
(
!
lbmList
->
getFluidCells
().
empty
()
)
{
Cell
firstCell
=
lbmList
->
getFluidCells
().
front
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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