STYLE: use brace constructors for Foam::zero and Foam::one

- makes it clearer that these are constructors and not function calls
This commit is contained in:
Mark Olesen
2020-10-24 13:32:44 +02:00
parent 98d05fa80a
commit 07bbae0c55
35 changed files with 71 additions and 71 deletions

View File

@ -446,7 +446,7 @@ int main(int argc, char *argv[])
// Default exposed patch id
labelList exposedPatchIDs(one(), -1);
labelList exposedPatchIDs(one{}, -1);
if (args.found("patches"))
{