mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
vector::zero -> Zero
This commit is contained in:
@ -708,7 +708,7 @@ void Foam::vtkPVFoam::renderPatchNames
|
||||
// Create storage for additional zone centres
|
||||
forAll(zoneNFaces, zoneI)
|
||||
{
|
||||
zoneCentre[patchI].append(vector::zero);
|
||||
zoneCentre[patchI].append(Zero);
|
||||
}
|
||||
|
||||
// Do averaging per individual zone
|
||||
|
||||
Reference in New Issue
Block a user