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

@ -328,7 +328,7 @@ void Foam::displacementComponentLaplacianFvMotionSolver::updateMesh
forAll(newPoints0, pointI)
{
label oldPointI = mpm.pointMap()[pointI];
if (oldPointI >= 0)
{
label masterPointI = mpm.reversePointMap()[oldPointI];

View File

@ -113,7 +113,7 @@ void cellMotionFvPatchField<Type>::updateCoeffs()
word pfName = this->dimensionedInternalField().name();
pfName.replace("cell", "point");
const GeometricField<Type, pointPatchField, pointMesh>& pointMotion =
const GeometricField<Type, pointPatchField, pointMesh>& pointMotion =
this->db().objectRegistry::
lookupObject<GeometricField<Type, pointPatchField, pointMesh> >
(

View File

@ -52,7 +52,7 @@ class inverseDistanceDiffusivity
public uniformDiffusivity
{
// Private data
//- Patches selected to base the distance on
// These can contain regular expressions and the actuallt patch names
// will be searched for.

View File

@ -52,7 +52,7 @@ class inverseFaceDistanceDiffusivity
public uniformDiffusivity
{
// Private data
//- Patches selected to base the distance on
wordList patchNames_;

View File

@ -52,7 +52,7 @@ class inversePointDistanceDiffusivity
public uniformDiffusivity
{
// Private data
//- Patches selected to base the distance on
wordList patchNames_;

View File

@ -73,7 +73,7 @@ void Foam::motionDirectionalDiffusivity::correct()
if (!first)
{
const volVectorField& cellMotionU =
const volVectorField& cellMotionU =
mesh.lookupObject<volVectorField>("cellMotionU");
volVectorField D

View File

@ -198,7 +198,7 @@ void surfaceDisplacementPointPatchVectorField::calcProjection
rightHit
);
}
List<pointIndexHit> leftHit;
{
labelList leftSurf;

View File

@ -197,7 +197,7 @@ void surfaceSlipDisplacementPointPatchVectorField::calcProjection
rightHit
);
}
List<pointIndexHit> leftHit;
{
labelList leftSurf;