Skip to content
Snippets Groups Projects
Commit e4e8a67b authored by andy's avatar andy
Browse files

BUG: Removed double output of value in boundary condition

parent 92562e83
Branches
Tags
No related merge requests found
...@@ -264,7 +264,6 @@ void Foam::externalWallHeatFluxTemperatureFvPatchScalarField::write ...@@ -264,7 +264,6 @@ void Foam::externalWallHeatFluxTemperatureFvPatchScalarField::write
q_.writeEntry("q", os); q_.writeEntry("q", os);
h_.writeEntry("h", os); h_.writeEntry("h", os);
Ta_.writeEntry("Ta", os); Ta_.writeEntry("Ta", os);
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