STYLE: alignment and capitalization of website address

This commit is contained in:
Mark Olesen
2019-11-01 19:28:57 +01:00
committed by Andrew Heather
parent 177f4b79fe
commit a753f0ac0b
6 changed files with 10 additions and 10 deletions

View File

@ -37,7 +37,7 @@ License
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: VERSION |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -85,7 +85,7 @@ Foam::Ostream& Foam::IOobject::writeBanner(Ostream& os, bool noHint)
"| \\\\ / O peration |"
" Version: " << paddedVersion << "|\n"
"| \\\\ / A nd |"
" Web: www.OpenFOAM.com |\n"
" Website: www.openfoam.com |\n"
"| \\\\/ M anipulation |"
" |\n"
"\\*-----------------------------------------"

View File

@ -44,7 +44,7 @@ bool Foam::foamVersion::patched()
void Foam::foamVersion::printBuildInfo(const bool full)
{
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();
if (foamVersion::patched())

View File

@ -106,9 +106,9 @@ namespace Foam
//
// Eg,
// \code
// Using: OpenFOAM-<MAJOR> (see www.OpenFOAM.com)
// Build: <BUILD>
// Arch: "<ARCH_INFO>"
// Using: OpenFOAM-<VER> (API) - visit www.openfoam.com
// Build: <BUILD> (patch=...)
// Arch: <ARCH_INFO>
// \endcode
//
// \param full includes Arch information