BUG: Deleting reading of the key entry "value". It is done by fvPatchField.

This commit is contained in:
Sergio Ferraris
2013-05-01 15:28:29 +01:00
parent 803b87e0c1
commit aa54776790

View File

@ -271,11 +271,6 @@ energyRegionCoupledFvPatchScalarField
<< " in file " << dimensionedInternalField().objectPath()
<< exit(FatalError);
}
if (dict.found("value"))
{
fvPatchScalarField::operator=(scalarField("value", dict, p.size()));
}
}