mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
updates/improvements to the cloud IO system and using new constants
This commit is contained in:
@ -387,10 +387,7 @@ void Foam::streamLineParticle::hitPatch
|
||||
{}
|
||||
|
||||
|
||||
void Foam::streamLineParticle::readFields
|
||||
(
|
||||
Cloud<streamLineParticle>& c
|
||||
)
|
||||
void Foam::streamLineParticle::readFields(Cloud<streamLineParticle>& c)
|
||||
{
|
||||
if (!c.size())
|
||||
{
|
||||
@ -426,10 +423,7 @@ void Foam::streamLineParticle::readFields
|
||||
}
|
||||
|
||||
|
||||
void Foam::streamLineParticle::writeFields
|
||||
(
|
||||
const Cloud<streamLineParticle>& c
|
||||
)
|
||||
void Foam::streamLineParticle::writeFields(const Cloud<streamLineParticle>& c)
|
||||
{
|
||||
Particle<streamLineParticle>::writeFields(c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user