mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
remove trailing space from some files
This commit is contained in:
@ -83,7 +83,7 @@ void Foam::surfaceToPoint::combine(topoSet& set, const bool add) const
|
||||
if ((isInside && includeInside_) || (!isInside && includeOutside_))
|
||||
{
|
||||
addOrDelete(set, pointI, add);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -149,7 +149,7 @@ Foam::surfaceToPoint::surfaceToPoint
|
||||
Foam::surfaceToPoint::surfaceToPoint
|
||||
(
|
||||
const polyMesh& mesh,
|
||||
const dictionary& dict
|
||||
const dictionary& dict
|
||||
)
|
||||
:
|
||||
topoSetSource(mesh),
|
||||
|
||||
Reference in New Issue
Block a user