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

@ -94,7 +94,7 @@ printHeader()
| ========= | |
| \\\\ / 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 | |
\\*---------------------------------------------------------------------------*/
FoamFile

View File

@ -66,8 +66,8 @@ then
then
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${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)} - visit www.openfoam.com" 1>&2
echo "Arch: $WM_OPTIONS (mpi=$FOAM_MPI)" 1>&2
## echo "$WM_PROJECT_DIR" 1>&2