vector::zero -> Zero

This commit is contained in:
Henry Weller
2016-04-16 18:34:41 +01:00
parent 04e4e1a7bb
commit 287603474a
273 changed files with 704 additions and 696 deletions

View File

@ -738,7 +738,7 @@ int main(int argc, char *argv[])
{
const boundBox& box = mesh.bounds();
const Vector<label>& dirs = mesh.geometricD();
vector emptyDir = vector::zero;
vector emptyDir = Zero;
forAll(dirs, i)
{
if (dirs[i] == -1)