STYLE: fix/correct some tests. Remove useless tests

This commit is contained in:
Mark Olesen
2021-06-29 12:28:11 +02:00
parent 6a390f6ad1
commit 8884d58a52
27 changed files with 62 additions and 188 deletions

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2021 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -60,7 +60,7 @@ int main(int argc, char *argv[])
{
Info<< nl;
for (const word& item : readDir(".", listType))
for (const auto& item : readDir(".", listType))
{
Info<< " " << item << nl;
}