mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: topoSet: unused code
This commit is contained in:
@ -472,7 +472,6 @@ void Foam::topoSet::invert(const label maxLen)
|
|||||||
insert(cellI);
|
insert(cellI);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -550,20 +549,6 @@ void Foam::topoSet::writeDebug(Ostream& os, const label maxLen) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//void Foam::topoSet::writeDebug
|
|
||||||
//(
|
|
||||||
// Ostream&,
|
|
||||||
// const primitiveMesh&,
|
|
||||||
// const label
|
|
||||||
//) const
|
|
||||||
//{
|
|
||||||
// notImplemented
|
|
||||||
// (
|
|
||||||
// "topoSet::writeDebug(Ostream&, const primitiveMesh&, const label)"
|
|
||||||
// );
|
|
||||||
//}
|
|
||||||
|
|
||||||
|
|
||||||
bool Foam::topoSet::writeData(Ostream& os) const
|
bool Foam::topoSet::writeData(Ostream& os) const
|
||||||
{
|
{
|
||||||
return (os << *this).good();
|
return (os << *this).good();
|
||||||
@ -576,14 +561,6 @@ void Foam::topoSet::updateMesh(const mapPolyMesh&)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
////- Return max index+1.
|
|
||||||
//label topoSet::maxSize(const polyMesh&) const
|
|
||||||
//{
|
|
||||||
// notImplemented("topoSet::maxSize(const polyMesh&)");
|
|
||||||
//
|
|
||||||
// return -1;
|
|
||||||
//}
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
|
||||||
|
|
||||||
void Foam::topoSet::operator=(const topoSet& rhs)
|
void Foam::topoSet::operator=(const topoSet& rhs)
|
||||||
|
|||||||
Reference in New Issue
Block a user