mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Removed setting of (newly generated) origId from particle if 'no read' specified
This commit is contained in:
@ -60,10 +60,6 @@ Foam::Particle<ParticleType>::Particle
|
|||||||
{
|
{
|
||||||
is >> origProc_ >> origId_;
|
is >> origProc_ >> origId_;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
origId_ = cloud_.getNewParticleID();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -91,7 +87,6 @@ Foam::Particle<ParticleType>::Particle
|
|||||||
+ sizeof(facei_)
|
+ sizeof(facei_)
|
||||||
+ sizeof(stepFraction_)
|
+ sizeof(stepFraction_)
|
||||||
);
|
);
|
||||||
origId_ = cloud_.getNewParticleID();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user