mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: use calculatedType() and zeroGradientType() methods
This commit is contained in:
@ -100,7 +100,7 @@ label addPatch
|
||||
mesh,
|
||||
pp,
|
||||
dictionary(), // do not set specialised patchFields
|
||||
calculatedFvPatchField<scalar>::typeName,
|
||||
fvPatchFieldBase::calculatedType(),
|
||||
true // parallel sync'ed addition
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user