Formatting

This commit is contained in:
Hrvoje Jasak 2018-08-23 09:47:56 +01:00
parent 64ef3b387f
commit c78f57ec2a
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
zeroGradientFvPatchScalarField::typeName
);
for (label i=0; i<pd.boundaryField().size(); i++)
forAll (pd.boundaryField(), i)
{
if (pd.boundaryField()[i].fixesValue())
{
@ -26,7 +26,7 @@
IOobject::NO_WRITE
),
mesh,
dimensionedScalar("pcorr", pd.dimensions(), 0.0),
dimensionedScalar("pcorr", pd.dimensions(), 0),
pcorrTypes
);