Skip to content
Snippets Groups Projects
Commit 5a3ce721 authored by sergio's avatar sergio
Browse files

BUG: Fixing issue 505 in GL. Initializing switchProcessor and keepParticle in...

BUG: Fixing issue 505 in GL. Initializing switchProcessor and keepParticle in CollidingParcel and MPPICParcel
parent f4ee314e
No related branches found
No related tags found
1 merge request!121Merge develop into master for v1706 release
......@@ -70,6 +70,7 @@ bool Foam::CollidingParcel<ParcelType>::move
static_cast<typename TrackData::cloudType::parcelType&>(*this);
td.keepParticle = true;
td.switchProcessor = false;
switch (td.part())
{
......
......@@ -63,6 +63,8 @@ bool Foam::MPPICParcel<ParcelType>::move
typename TrackData::cloudType::parcelType& p =
static_cast<typename TrackData::cloudType::parcelType&>(*this);
td.switchProcessor = false;
switch (td.part())
{
case TrackData::tpLinearTrack:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment