Skip to content
Snippets Groups Projects
Commit 97ee7cfb authored by Andrew Heather's avatar Andrew Heather
Browse files

STYLE: minor code formatting change

parent 4ef01f85
No related merge requests found
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment