mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use zeroGradientType() instead of hard-coded or typeName
This commit is contained in:
@ -96,7 +96,7 @@ int Foam::functionObjects::zeroGradient::apply
|
||||
),
|
||||
mesh_,
|
||||
dimensioned<Type>(input.dimensions(), Zero),
|
||||
zeroGradientFvPatchField<Type>::typeName
|
||||
fvPatchFieldBase::zeroGradientType()
|
||||
);
|
||||
|
||||
store(outputName, tzeroGrad);
|
||||
|
||||
Reference in New Issue
Block a user