updates/improvements to the cloud IO system and using new constants

This commit is contained in:
andy
2009-09-04 16:19:57 +01:00
parent 0fa766332f
commit 6062a1ef66
66 changed files with 257 additions and 1093 deletions

View File

@ -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);