mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: newline at 80 chars
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user