mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
gradingDescriptor: support SP compilation
This commit is contained in:
@ -131,7 +131,7 @@ Foam::Istream& Foam::operator>>(Istream& is, gradingDescriptor& gd)
|
|||||||
|
|
||||||
Foam::Ostream& Foam::operator<<(Ostream& os, const gradingDescriptor& gd)
|
Foam::Ostream& Foam::operator<<(Ostream& os, const gradingDescriptor& gd)
|
||||||
{
|
{
|
||||||
if (equal(gd.blockFraction_, 1.0))
|
if (equal(gd.blockFraction_, 1))
|
||||||
{
|
{
|
||||||
os << gd.expansionRatio_;
|
os << gd.expansionRatio_;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user