mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: alignment and capitalization of website address
This commit is contained in:
committed by
Andrew Heather
parent
177f4b79fe
commit
a753f0ac0b
@ -68,7 +68,7 @@ not guaranteed to have any correspondence to the OpenFOAM release
|
|||||||
information is embedded into each application. For example, as
|
information is embedded into each application. For example, as
|
||||||
displayed from `blockMesh -help`:
|
displayed from `blockMesh -help`:
|
||||||
```
|
```
|
||||||
Using: OpenFOAM-v1812.local (1812) - see www.OpenFOAM.com
|
Using: OpenFOAM-v1812.local (1812) - visit www.openfoam.com
|
||||||
Build: 65d6551ff7-20190530 (patch=190531)
|
Build: 65d6551ff7-20190530 (patch=190531)
|
||||||
Arch: LSB;label=32;scalar=64
|
Arch: LSB;label=32;scalar=64
|
||||||
```
|
```
|
||||||
|
|||||||
@ -94,7 +94,7 @@ printHeader()
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\\\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\\\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\\\ / O peration | Version: $version |
|
| \\\\ / O peration | Version: $version |
|
||||||
| \\\\ / A nd | Web: www.OpenFOAM.com |
|
| \\\\ / A nd | Website: www.openfoam.com |
|
||||||
| \\\\/ M anipulation | |
|
| \\\\/ M anipulation | |
|
||||||
\\*---------------------------------------------------------------------------*/
|
\\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
|
|||||||
@ -66,8 +66,8 @@ then
|
|||||||
then
|
then
|
||||||
info="$(foamEtcFile -show-patch 2>/dev/null)"
|
info="$(foamEtcFile -show-patch 2>/dev/null)"
|
||||||
|
|
||||||
# echo "Using: OpenFOAM-$WM_PROJECT_VERSION ($FOAM_API${info:+ patch=$info}) - see www.OpenFOAM.com" 1>&2
|
# echo "Using: OpenFOAM-$WM_PROJECT_VERSION ($FOAM_API${info:+ patch=$info}) - visit www.openfoam.com" 1>&2
|
||||||
echo "Using: OpenFOAM-$WM_PROJECT_VERSION${info:+ (patch=$info)} - see www.OpenFOAM.com" 1>&2
|
echo "Using: OpenFOAM-$WM_PROJECT_VERSION${info:+ (patch=$info)} - visit www.openfoam.com" 1>&2
|
||||||
echo "Arch: $WM_OPTIONS (mpi=$FOAM_MPI)" 1>&2
|
echo "Arch: $WM_OPTIONS (mpi=$FOAM_MPI)" 1>&2
|
||||||
|
|
||||||
## echo "$WM_PROJECT_DIR" 1>&2
|
## echo "$WM_PROJECT_DIR" 1>&2
|
||||||
|
|||||||
@ -37,7 +37,7 @@ License
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: VERSION |
|
| \\ / O peration | Version: VERSION |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
@ -85,7 +85,7 @@ Foam::Ostream& Foam::IOobject::writeBanner(Ostream& os, bool noHint)
|
|||||||
"| \\\\ / O peration |"
|
"| \\\\ / O peration |"
|
||||||
" Version: " << paddedVersion << "|\n"
|
" Version: " << paddedVersion << "|\n"
|
||||||
"| \\\\ / A nd |"
|
"| \\\\ / A nd |"
|
||||||
" Web: www.OpenFOAM.com |\n"
|
" Website: www.openfoam.com |\n"
|
||||||
"| \\\\/ M anipulation |"
|
"| \\\\/ M anipulation |"
|
||||||
" |\n"
|
" |\n"
|
||||||
"\\*-----------------------------------------"
|
"\\*-----------------------------------------"
|
||||||
|
|||||||
@ -44,7 +44,7 @@ bool Foam::foamVersion::patched()
|
|||||||
void Foam::foamVersion::printBuildInfo(const bool full)
|
void Foam::foamVersion::printBuildInfo(const bool full)
|
||||||
{
|
{
|
||||||
Info<< "Using: OpenFOAM-" << foamVersion::version.c_str()
|
Info<< "Using: OpenFOAM-" << foamVersion::version.c_str()
|
||||||
<< " (" << foamVersion::api << ") - see www.OpenFOAM.com\n"
|
<< " (" << foamVersion::api << ") - visit www.openfoam.com\n"
|
||||||
<< "Build: " << foamVersion::build.c_str();
|
<< "Build: " << foamVersion::build.c_str();
|
||||||
|
|
||||||
if (foamVersion::patched())
|
if (foamVersion::patched())
|
||||||
|
|||||||
@ -106,9 +106,9 @@ namespace Foam
|
|||||||
//
|
//
|
||||||
// Eg,
|
// Eg,
|
||||||
// \code
|
// \code
|
||||||
// Using: OpenFOAM-<MAJOR> (see www.OpenFOAM.com)
|
// Using: OpenFOAM-<VER> (API) - visit www.openfoam.com
|
||||||
// Build: <BUILD>
|
// Build: <BUILD> (patch=...)
|
||||||
// Arch: "<ARCH_INFO>"
|
// Arch: <ARCH_INFO>
|
||||||
// \endcode
|
// \endcode
|
||||||
//
|
//
|
||||||
// \param full includes Arch information
|
// \param full includes Arch information
|
||||||
|
|||||||
Reference in New Issue
Block a user