Skip to content

Commit

Permalink
ENH: snappyHexMesh: debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijs committed Nov 7, 2014
1 parent dc7d7b5 commit a727baf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ void Foam::meshRefinement::getBafflePatches
label vertI = 0;
if (debug&OBJINTERSECTIONS)
{
mkDir(mesh_.time().path()/timeName());
str.reset
(
new OFstream
Expand Down Expand Up @@ -2561,7 +2562,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::meshRefinement::splitMesh
blockedFace.clear();

// Find the region containing the keepPoint
label keepRegionI = findRegion
const label keepRegionI = findRegion
(
mesh_,
cellRegion,
Expand Down

0 comments on commit a727baf

Please sign in to comment.