Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
a753f0ac
Commit
a753f0ac
authored
Nov 01, 2019
by
Mark OLESEN
Committed by
Andrew Heather
Nov 01, 2019
Browse files
STYLE: alignment and capitalization of website address
parent
177f4b79
Changes
6
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a753f0ac
...
...
@@ -68,7 +68,7 @@ not guaranteed to have any correspondence to the OpenFOAM release
information is embedded into each application. For example, as
displayed from
`blockMesh -help`
:
```
Using: OpenFOAM-v1812.local (1812) -
see
www.
O
pen
FOAM
.com
Using: OpenFOAM-v1812.local (1812) -
visit
www.
o
pen
foam
.com
Build: 65d6551ff7-20190530 (patch=190531)
Arch: LSB;label=32;scalar=64
```
...
...
bin/tools/foamUpdateCaseFileHeader
View file @
a753f0ac
...
...
@@ -94,7 +94,7 @@ printHeader()
| ========= | |
|
\\\\
/ F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\\\
/ O peration | Version:
$version
|
|
\\\\
/ A nd | Web
:
www.
O
pen
FOAM
.com |
|
\\\\
/ A nd | Web
site:
www.
o
pen
foam
.com |
|
\\\\
/ M anipulation | |
\\
*---------------------------------------------------------------------------*/
FoamFile
...
...
bin/tools/source-bashrc
View file @
a753f0ac
...
...
@@ -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.
O
pen
FOAM
.com" 1>&2
echo
"Using: OpenFOAM-
$WM_PROJECT_VERSION
${
info
:+
(patch=
$info
)
}
-
see
www.
O
pen
FOAM
.com"
1>&2
# echo "Using: OpenFOAM-$WM_PROJECT_VERSION ($FOAM_API${info:+ patch=$info}) -
visit
www.
o
pen
foam
.com" 1>&2
echo
"Using: OpenFOAM-
$WM_PROJECT_VERSION
${
info
:+
(patch=
$info
)
}
-
visit
www.
o
pen
foam
.com"
1>&2
echo
"Arch:
$WM_OPTIONS
(mpi=
$FOAM_MPI
)"
1>&2
## echo "$WM_PROJECT_DIR" 1>&2
...
...
src/OpenFOAM/db/IOobject/IOobjectWriteHeader.C
View file @
a753f0ac
...
...
@@ -37,7 +37,7 @@ License
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: VERSION |
| \\ / A nd | Web
:
www.
O
pen
FOAM
.com |
| \\ / A nd | Web
site:
www.
o
pen
foam
.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.
O
pen
FOAM
.com |
\n
"
" Web
site:
www.
o
pen
foam
.com |
\n
"
"|
\\\\
/ M anipulation |"
" |
\n
"
"
\\
*-----------------------------------------"
...
...
src/OpenFOAM/global/version/foamVersion.C
View file @
a753f0ac
...
...
@@ -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.
O
pen
FOAM
.com
\n
"
<<
" ("
<<
foamVersion
::
api
<<
") -
visit
www.
o
pen
foam
.com
\n
"
<<
"Build: "
<<
foamVersion
::
build
.
c_str
();
if
(
foamVersion
::
patched
())
...
...
src/OpenFOAM/include/foamVersion.H
View file @
a753f0ac
...
...
@@ -106,9 +106,9 @@ namespace Foam
//
// Eg,
// \code
// Using: OpenFOAM-<
MAJOR> (see
www.
O
pen
FOAM
.com
)
// Build: <BUILD>
// Arch:
"
<ARCH_INFO>
"
// Using: OpenFOAM-<
VER> (API) - visit
www.
o
pen
foam
.com
// Build: <BUILD>
(patch=...)
// Arch: <ARCH_INFO>
// \endcode
//
// \param full includes Arch information
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment