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& const dictionary&
); );
//- Construct by mapping given activePressureForceBaffleVelocityFvPatchVectorField //- Construct by mapping
// onto a new patch
activePressureForceBaffleVelocityFvPatchVectorField activePressureForceBaffleVelocityFvPatchVectorField
( (
const activePressureForceBaffleVelocityFvPatchVectorField&, const activePressureForceBaffleVelocityFvPatchVectorField&,
@ -165,7 +164,11 @@ public:
{ {
return tmp<fvPatchVectorField> return tmp<fvPatchVectorField>
( (
new activePressureForceBaffleVelocityFvPatchVectorField(*this, iF) new activePressureForceBaffleVelocityFvPatchVectorField
(
*this,
iF
)
); );
} }