add single-line version/build info to argList::printUsage

This commit is contained in:
Mark Olesen
2009-12-04 13:02:34 +01:00
parent 79b53a9c6c
commit 65e56915fc
9 changed files with 22 additions and 21 deletions

View File

@ -807,7 +807,11 @@ void Foam::argList::printUsage() const
7,
"print the usage"
);
Info<< endl;
Info<< nl
<<"Using OpenFOAM-" << Foam::FOAMversion
<<" (build: " << Foam::FOAMbuild << ") - see www.OpenFOAM.org"
<< nl << endl;
}

View File

@ -37,7 +37,6 @@ const Foam::label Foam::prismMatcher::maxVertPerFace = 4;
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
// Construct from components
Foam::prismMatcher::prismMatcher()
:
cellMatcher

View File

@ -40,7 +40,6 @@ const Foam::label Foam::tetWedgeMatcher::maxVertPerFace = 4;
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
// Construct null
Foam::tetWedgeMatcher::tetWedgeMatcher()
:
cellMatcher

View File

@ -37,7 +37,6 @@ const Foam::label Foam::wedgeMatcher::maxVertPerFace = 4;
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
// Construct null
Foam::wedgeMatcher::wedgeMatcher()
:
cellMatcher