Reverted to dict read for zeroGradientFvPatchField
This commit is contained in:
parent
e435bf40f6
commit
48ea646dc7
1 changed files with 1 additions and 3 deletions
|
@ -65,9 +65,7 @@ zeroGradientFvPatchField<Type>::zeroGradientFvPatchField
|
|||
const dictionary& dict
|
||||
)
|
||||
:
|
||||
// Do not read value from the dictionary even if it is there
|
||||
// HJ, 30/Nov/2017
|
||||
fvPatchField<Type>(p, iF)
|
||||
fvPatchField<Type>(p, iF, dict)
|
||||
{
|
||||
fvPatchField<Type>::operator=(this->patchInternalField());
|
||||
}
|
||||
|
|
Reference in a new issue