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
Daniel Bauer
waLBerla
Commits
49fb666e
Commit
49fb666e
authored
Jun 12, 2019
by
Dominik Schuster
Browse files
Removed unneccessary lines
parent
40d8709d
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/showcases/FluidizedBedMEM/FluidizedBedMEM.cpp
View file @
49fb666e
...
...
@@ -1090,17 +1090,6 @@ namespace fluidizedBed {
ccd
->
reloadBodies
();
}
int
numberSpheres
=
0
;
for
(
auto
blockIt
=
blocks
->
begin
();
blockIt
!=
blocks
->
end
();
++
blockIt
)
{
for
(
auto
bodyIt
=
pe
::
ShadowBodyIterator
::
begin
(
*
blockIt
,
bodyStorageID
);
bodyIt
!=
pe
::
ShadowBodyIterator
::
end
();
++
bodyIt
)
{
if
(
bodyIt
->
isFixed
()
||
!
bodyIt
->
isFinite
())
continue
;
++
numberSpheres
;
}
}
// Object for keeping track of time
shared_ptr
<
lbm
::
TimeTracker
>
timeTrack
=
make_shared
<
lbm
::
TimeTracker
>
();
...
...
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