lagrangian::Cloud: Removed unused function
This commit is contained in:
@ -117,11 +117,6 @@ void Foam::Cloud<ParticleType>::initCloud(const bool checkClass)
|
||||
{
|
||||
ioP.readData(*this, checkClass);
|
||||
ioP.close();
|
||||
|
||||
if (this->size())
|
||||
{
|
||||
readFields();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -247,11 +242,6 @@ void Foam::Cloud<ParticleType>::checkFieldFieldIOobject
|
||||
}
|
||||
|
||||
|
||||
template<class ParticleType>
|
||||
void Foam::Cloud<ParticleType>::readFields()
|
||||
{}
|
||||
|
||||
|
||||
template<class ParticleType>
|
||||
void Foam::Cloud<ParticleType>::writeFields() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user