ENH: autoSnapDriver: do not correct attraction

This commit is contained in:
mattijs
2012-10-03 14:35:44 +01:00
parent af4f1f42e5
commit 5fae67d2f1
3 changed files with 240 additions and 159 deletions

View File

@ -312,7 +312,8 @@ Foam::label Foam::meshRefinement::markFeatureRefinement
{
Pout<< "Adding particle from point:" << pointI
<< " coord:" << featureMesh.points()[pointI]
<< " pEdges:" << pointEdges[pointI]
<< " since number of emanating edges:"
<< pointEdges[pointI].size()
<< endl;
}