Clean-up
This commit is contained in:
parent
6da19d932c
commit
afdc01fec6
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ Foam::polyBoundaryMesh::polyBoundaryMesh
|
|||
{
|
||||
polyPatchList& patches = *this;
|
||||
token firstToken(is);
|
||||
Pout<< "firstToken: " << firstToken << endl;
|
||||
|
||||
PtrList<entry> patchEntries(is);
|
||||
patches.setSize(patchEntries.size());
|
||||
|
||||
|
|
Reference in a new issue