ENH: checkMesh : moved parallel checks into zones

This commit is contained in:
mattijs
2010-09-16 18:28:10 +01:00
parent 1a633da3e6
commit 6548c1dd27
2 changed files with 0 additions and 28 deletions

View File

@ -5,7 +5,5 @@ namespace Foam
{
class polyMesh;
bool checkSync(const wordList& names);
label checkTopology(const polyMesh&, const bool, const bool);
}