mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STY: max lines checks
This commit is contained in:
@ -125,8 +125,7 @@ public:
|
||||
const dictionary&
|
||||
);
|
||||
|
||||
//- Construct by mapping given activePressureForceBaffleVelocityFvPatchVectorField
|
||||
// onto a new patch
|
||||
//- Construct by mapping
|
||||
activePressureForceBaffleVelocityFvPatchVectorField
|
||||
(
|
||||
const activePressureForceBaffleVelocityFvPatchVectorField&,
|
||||
@ -165,7 +164,11 @@ public:
|
||||
{
|
||||
return tmp<fvPatchVectorField>
|
||||
(
|
||||
new activePressureForceBaffleVelocityFvPatchVectorField(*this, iF)
|
||||
new activePressureForceBaffleVelocityFvPatchVectorField
|
||||
(
|
||||
*this,
|
||||
iF
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user