checks on zones

This commit is contained in:
mattijs
2009-06-30 22:16:01 +01:00
parent e6416c2604
commit e28256477a
5 changed files with 143 additions and 4 deletions

View File

@ -1,8 +1,11 @@
#include "label.H"
#include "wordList.H"
namespace Foam
{
class polyMesh;
bool checkSync(const wordList& names);
label checkTopology(const polyMesh&, const bool, const bool);
}