Skip to content
Snippets Groups Projects
Commit a029f59a authored by Henry's avatar Henry
Browse files

gradingDescriptor: support SP compilation

parent 73c306b7
Branches
Tags
No related merge requests found
......@@ -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_;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment