mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add END tag for dependency files
- aids when locating truncated files
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
\\/ M anipulation |
|
||||
------------------------------------------------------------------------------
|
||||
Copyright (C) 2011-2016 OpenFOAM Foundation
|
||||
Copyright (C) 2017-2018 OpenCFD Ltd.
|
||||
Copyright (C) 2017-2020 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -442,7 +442,7 @@ int main(int argc, char* argv[])
|
||||
nextFile(sourceFile);
|
||||
yylex();
|
||||
|
||||
fputs("\n\n", stdout);
|
||||
fputs("\n#END\n", stdout);
|
||||
fflush(stdout);
|
||||
|
||||
for (i = nDirectories-1; i >= 0; --i)
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
\\ / A nd | www.openfoam.com
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
Copyright (C) 2018-2019 OpenCFD Ltd.
|
||||
Copyright (C) 2018-2020 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -993,7 +993,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
processFile(sourceFile);
|
||||
|
||||
fputs("\n\n", stdout);
|
||||
fputs("\n#END\n", stdout);
|
||||
fflush(stdout);
|
||||
|
||||
return 0;
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
\\ / A nd | www.openfoam.com
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
Copyright (C) 2018-2019 OpenCFD Ltd.
|
||||
Copyright (C) 2018-2020 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -575,7 +575,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
processFile(sourceFile);
|
||||
|
||||
fputs("\n\n", stdout);
|
||||
fputs("\n#END\n", stdout);
|
||||
fflush(stdout);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user