mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated writeMinMax function
This commit is contained in:
@ -934,8 +934,8 @@ void Foam::GeometricField<Type, PatchField, GeoMesh>::writeMinMax
|
|||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
os << "min/max(" << this->name() << ") = "
|
os << "min/max(" << this->name() << ") = "
|
||||||
<< min(*this).value() << ", "
|
<< Foam::min(*this).value() << ", "
|
||||||
<< max(*this).value()
|
<< Foam::max(*this).value()
|
||||||
<< endl;
|
<< endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user