Skip to content
Snippets Groups Projects
Commit 74b557d5 authored by mattijs's avatar mattijs
Browse files

STYLE: indentation: trailing whitespace

parent 22b133a5
No related branches found
No related tags found
No related merge requests found
...@@ -138,4 +138,3 @@ volScalarField pDivU ...@@ -138,4 +138,3 @@ volScalarField pDivU
mesh, mesh,
dimensionedScalar("pDivU", p.dimensions()/dimTime, 0) dimensionedScalar("pDivU", p.dimensions()/dimTime, 0)
); );
...@@ -690,7 +690,7 @@ Foam::label Foam::checkTopology ...@@ -690,7 +690,7 @@ Foam::label Foam::checkTopology
Info<< " " Info<< " "
<< setw(20) << cZone.name() << setw(20) << cZone.name()
<< setw(9) << returnReduce(cZone.size(), sumOp<label>()) << setw(9) << returnReduce(cZone.size(), sumOp<label>())
<< setw(9) << setw(9)
<< returnReduce(isZonePoint.count(), sumOp<label>()) << returnReduce(isZonePoint.count(), sumOp<label>())
<< setw(3) << bb << endl; << setw(3) << bb << endl;
} }
......
...@@ -53,7 +53,7 @@ Foam::functionObjects::fieldValues::surfaceFieldValue::faceFlip() const ...@@ -53,7 +53,7 @@ Foam::functionObjects::fieldValues::surfaceFieldValue::faceFlip() const
inline bool inline bool
Foam::functionObjects::fieldValues::surfaceFieldValue::usesMag() const Foam::functionObjects::fieldValues::surfaceFieldValue::usesMag() const
{ {
// Operation specifically tagged to use mag // Operation specifically tagged to use mag
return (operation_ & typeAbsolute); return (operation_ & typeAbsolute);
} }
......
...@@ -4,4 +4,3 @@ m4 < system/blockMeshDict.m4 > system/blockMeshDict ...@@ -4,4 +4,3 @@ m4 < system/blockMeshDict.m4 > system/blockMeshDict
blockMesh blockMesh
topoSet topoSet
setsToZones -noFlipMap setsToZones -noFlipMap
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment