mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
add single-line version/build info to argList::printUsage
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -37,7 +37,6 @@ const Foam::label Foam::prismMatcher::maxVertPerFace = 4;
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
// Construct from components
|
||||
Foam::prismMatcher::prismMatcher()
|
||||
:
|
||||
cellMatcher
|
||||
|
||||
@ -40,7 +40,6 @@ const Foam::label Foam::tetWedgeMatcher::maxVertPerFace = 4;
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
// Construct null
|
||||
Foam::tetWedgeMatcher::tetWedgeMatcher()
|
||||
:
|
||||
cellMatcher
|
||||
|
||||
@ -37,7 +37,6 @@ const Foam::label Foam::wedgeMatcher::maxVertPerFace = 4;
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
// Construct null
|
||||
Foam::wedgeMatcher::wedgeMatcher()
|
||||
:
|
||||
cellMatcher
|
||||
|
||||
Reference in New Issue
Block a user