Skip to content
Snippets Groups Projects
Commit 3f82568b authored by Henry Weller's avatar Henry Weller
Browse files

lagrangian::Cloud: Removed unused function

parent b23d8091
Branches
Tags
No related merge requests found
......@@ -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
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment