STYLE: minor code formatting change

This commit is contained in:
andy
2010-09-10 13:32:30 +01:00
parent 4ef01f85e4
commit 97ee7cfb20

View File

@ -579,7 +579,7 @@ void Foam::parcel::updateParcelProperties
{
// can not go above boiling temperature
scalar Terr = 1.0e-3;
label n=0;
label n = 0;
scalar dT = 1.0;
scalar pOld = pAtSurface;
while (dT > Terr)