Skip to content
Snippets Groups Projects
Commit ca283776 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: Resolve circular call to ::write(Ostream&). See #1617

parent 79cf72d5
No related merge requests found
......@@ -122,7 +122,7 @@ void Foam::gradientEnergyFvPatchScalarField::updateCoeffs()
void Foam::gradientEnergyFvPatchScalarField::write(Ostream& os) const
{
fixedGradientFvPatchScalarField::write(os);
os.writeEntry("value", *this);
this->writeEntry("value", os);
}
......
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