remove trailing space from some files

This commit is contained in:
Mark Olesen
2009-12-04 13:39:35 +01:00
parent 24543185dc
commit 5e972c772f
341 changed files with 780 additions and 780 deletions

View File

@ -137,7 +137,7 @@ void Foam::errorDrivenRefinement::setRefinement(polyTopoChange& ref) const
scalar max = Foam::max(magResError).value();
scalar avg = Foam::average(magResError).value();
if (debug)
if (debug)
{
Info<< "Writing magResError" << endl;
magResError.write();
@ -183,7 +183,7 @@ void Foam::errorDrivenRefinement::setRefinement(polyTopoChange& ref) const
markedCell[mesh.faceNeighbour()[faceI]] = true;
}
}
// Repack list of cells to refine.
List<refineCell> refCells = refPattern.refCells();

View File

@ -119,7 +119,7 @@ public:
// Access
//- Underlying mesh modifier
//- Underlying mesh modifier
const undoableMeshCutter& refinementEngine() const
{
return refinementEngine_;