mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
messageStream: Added support for suppressing the printing of log header
This generalizes and replaces the previous "noBanner" option provided by argList and is extended to include the messages printed by Time. Resolves bug-report https://bugs.openfoam.org/view.php?id=2782
This commit is contained in:
@ -68,12 +68,13 @@ using namespace Foam;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
writeInfoHeader = false;
|
||||
|
||||
argList::addNote
|
||||
(
|
||||
"information about surface meshes"
|
||||
);
|
||||
|
||||
argList::noBanner();
|
||||
argList::noParallel();
|
||||
argList::validArgs.append("surface file");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user