STYLE: newline at 80 chars

This commit is contained in:
andy
2010-02-11 17:04:23 +00:00
parent 34cd4b9310
commit 76036b5d8b

View File

@ -616,7 +616,8 @@ void Foam::parcel::updateParcelProperties
{ {
if (n>100) if (n>100)
{ {
Info<< "n = " << n << ", T = " << Td << ", pv = " << pAtSurface << endl; Info<< "n = " << n << ", T = " << Td << ", pv = "
<< pAtSurface << endl;
} }
} }
} }