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,
|
7,
|
||||||
"print the usage"
|
"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 * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Construct from components
|
|
||||||
Foam::prismMatcher::prismMatcher()
|
Foam::prismMatcher::prismMatcher()
|
||||||
:
|
:
|
||||||
cellMatcher
|
cellMatcher
|
||||||
|
|||||||
@ -40,7 +40,6 @@ const Foam::label Foam::tetWedgeMatcher::maxVertPerFace = 4;
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Construct null
|
|
||||||
Foam::tetWedgeMatcher::tetWedgeMatcher()
|
Foam::tetWedgeMatcher::tetWedgeMatcher()
|
||||||
:
|
:
|
||||||
cellMatcher
|
cellMatcher
|
||||||
|
|||||||
@ -37,7 +37,6 @@ const Foam::label Foam::wedgeMatcher::maxVertPerFace = 4;
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Construct null
|
|
||||||
Foam::wedgeMatcher::wedgeMatcher()
|
Foam::wedgeMatcher::wedgeMatcher()
|
||||||
:
|
:
|
||||||
cellMatcher
|
cellMatcher
|
||||||
|
|||||||
Reference in New Issue
Block a user