BUG: Removed double output of value in boundary condition

This commit is contained in:
andy
2012-02-03 09:19:42 +00:00
parent 92562e83e7
commit e4e8a67b07

View File

@ -264,7 +264,6 @@ void Foam::externalWallHeatFluxTemperatureFvPatchScalarField::write
q_.writeEntry("q", os);
h_.writeEntry("h", os);
Ta_.writeEntry("Ta", os);
this->writeEntry("value", os);
}