INT: Updated dependent code following latest set of integrations

This commit is contained in:
Andrew Heather
2017-09-06 16:05:12 +01:00
parent d8d6030ab6
commit fb20bc107e
31 changed files with 228 additions and 97 deletions

View File

@ -231,6 +231,7 @@ Foam::parLagrangianRedistributor::redistributeLagrangianPositions
)
{
passiveParticle& newp = newpIter();
newp.relocate();
lagrangianPositions.addParticle(newParticles.remove(&newp));
}

View File

@ -92,7 +92,8 @@ public:
(
IOstream::streamFormat fmt,
IOstream::versionNumber ver,
IOstream::compressionType cmp
IOstream::compressionType cmp,
const bool valid
) const
{
return true;