Skip to content
Snippets Groups Projects
Commit ee6fe2b9 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: Corrected track part enum for steady cloud

parent a0645533
Branches
Tags
No related merge requests found
......@@ -280,7 +280,7 @@ void Foam::KinematicCloud<ParcelType>::evolveCloud
this->injection().injectSteadyState(td, solution_.maxTrackTime());
td.part() = ParcelType::trackData::tpVelocityHalfStep;
td.part() = ParcelType::trackData::tpLinearTrack;
Cloud<ParcelType>::move(td, solution_.maxTrackTime());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment