Skip to content
Snippets Groups Projects
Commit aa547767 authored by Sergio Ferraris's avatar Sergio Ferraris
Browse files

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

parent 803b87e0
Branches
Tags
No related merge requests found
......@@ -271,11 +271,6 @@ energyRegionCoupledFvPatchScalarField
<< " in file " << dimensionedInternalField().objectPath()
<< exit(FatalError);
}
if (dict.found("value"))
{
fvPatchScalarField::operator=(scalarField("value", dict, p.size()));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment