mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated xxx::zero->Zero
This commit is contained in:
@ -146,7 +146,7 @@ Foam::meshToMeshMethod::interVolAndCentroid
|
||||
if (volAndInertia.first() <= ROOTVSMALL)
|
||||
{
|
||||
volAndInertia.first() = 0.0;
|
||||
volAndInertia.second() = vector::zero;
|
||||
volAndInertia.second() = Zero;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user