mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: adjust AMI information (issue #860)
- use "min:xxx" for consistency with other outputs - adjust decompositionInformation as well
This commit is contained in:
@ -217,11 +217,11 @@ void Foam::decompositionInformation::printAll(Ostream& os) const
|
||||
|
||||
// * * * * * * * * * * * * * * * Ostream Operator * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Foam::Ostream& Foam::decompositionInformation::stats::print(Ostream& os) const
|
||||
{
|
||||
os << "max/median/min: "
|
||||
<< this->max << " / " << this->median << " / " << this->min;
|
||||
os << "min:" << this->min
|
||||
<< " max:" << this->max
|
||||
<< " median:" << this->median;
|
||||
|
||||
if (this->median)
|
||||
{
|
||||
@ -233,4 +233,5 @@ Foam::Ostream& Foam::decompositionInformation::stats::print(Ostream& os) const
|
||||
return os;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user