lagrangian::Cloud: Removed unused function
This commit is contained in:
parent
db5c230819
commit
b24607a480
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue