gradingDescriptor: support SP compilation
This commit is contained in:
parent
bbb6944e77
commit
c328c68638
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ Foam::Istream& Foam::operator>>(Istream& is, 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_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue