From 331368b308b007d584ec564f4426564fa51187b2 Mon Sep 17 00:00:00 2001 From: mattijs Date: Sat, 17 Aug 2013 05:36:14 +0100 Subject: [PATCH] STYLE: topoSet: unused code --- src/meshTools/sets/topoSets/topoSet.C | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/src/meshTools/sets/topoSets/topoSet.C b/src/meshTools/sets/topoSets/topoSet.C index 37fe9a0595..691339102a 100644 --- a/src/meshTools/sets/topoSets/topoSet.C +++ b/src/meshTools/sets/topoSets/topoSet.C @@ -472,7 +472,6 @@ void Foam::topoSet::invert(const label maxLen) 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 { 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 * * * * * * * * * * * * * // void Foam::topoSet::operator=(const topoSet& rhs)