diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/overlapGgi/overlapGgiPolyPatchTemplates.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/overlapGgi/overlapGgiPolyPatchTemplates.C index dc41f9393..5a44ef048 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/overlapGgi/overlapGgiPolyPatchTemplates.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/overlapGgi/overlapGgiPolyPatchTemplates.C @@ -58,7 +58,7 @@ Foam::overlapGgiPolyPatch::expandData(const Field& pf) const tmp > texpandField ( - new Field( ncp*zone().size(), pTraits::zero ) + new Field(ncp*zone().size(), pTraits::zero) ); Field& expandField = texpandField();