mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
vector::zero -> Zero
This commit is contained in:
@ -56,7 +56,7 @@ tmp<pointField> avg
|
||||
{
|
||||
const labelListList& pointEdges = s.pointEdges();
|
||||
|
||||
tmp<pointField> tavg(new pointField(s.nPoints(), vector::zero));
|
||||
tmp<pointField> tavg(new pointField(s.nPoints(), Zero));
|
||||
pointField& avg = tavg.ref();
|
||||
|
||||
forAll(pointEdges, vertI)
|
||||
|
||||
Reference in New Issue
Block a user