STY: max lines checks

This commit is contained in:
sergio
2011-03-07 13:00:31 +00:00
parent c08f6fb81b
commit b3adb680f8

View File

@ -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
)
);
}