mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor changes in comments
This commit is contained in:
@ -46,8 +46,6 @@
|
|||||||
# This script must exist in one of these locations:
|
# This script must exist in one of these locations:
|
||||||
# - $WM_PROJECT_INST_DIR/OpenFOAM-<VERSION>/bin
|
# - $WM_PROJECT_INST_DIR/OpenFOAM-<VERSION>/bin
|
||||||
# - $WM_PROJECT_INST_DIR/openfoam-<VERSION>/bin
|
# - $WM_PROJECT_INST_DIR/openfoam-<VERSION>/bin
|
||||||
# - $WM_PROJECT_INST_DIR/OpenFOAM+<VERSION>/bin
|
|
||||||
# - $WM_PROJECT_INST_DIR/openfoam+<VERSION>/bin
|
|
||||||
# - $WM_PROJECT_INST_DIR/openfoam<VERSION>/bin (debian version)
|
# - $WM_PROJECT_INST_DIR/openfoam<VERSION>/bin (debian version)
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
@ -146,13 +144,6 @@ guessVersion()
|
|||||||
version="${version%%*-}" # Extra safety, eg openfoam-version-packager
|
version="${version%%*-}" # Extra safety, eg openfoam-version-packager
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(OpenFOAM+* | openfoam+*)
|
|
||||||
# Alternative naming: OpenFOAM+<VERSION> or openfoam+<VERSION>
|
|
||||||
dirBase="${projectDirName%%+*}+"
|
|
||||||
version="${projectDirName#*+}"
|
|
||||||
version="${version%%*-}" # Extra safety, eg openfoam-version-packager
|
|
||||||
;;
|
|
||||||
|
|
||||||
(openfoam[0-9]*)
|
(openfoam[0-9]*)
|
||||||
# Debian naming: openfoam<VERSION>
|
# Debian naming: openfoam<VERSION>
|
||||||
dirBase="openfoam"
|
dirBase="openfoam"
|
||||||
|
|||||||
@ -65,7 +65,7 @@ export WM_COMPILER_TYPE=system
|
|||||||
|
|
||||||
#- Compiler:
|
#- Compiler:
|
||||||
# WM_COMPILER = Gcc | Gcc4[8-9] | Gcc5[1-4] | Gcc6[1-3] | GccKNL
|
# WM_COMPILER = Gcc | Gcc4[8-9] | Gcc5[1-4] | Gcc6[1-3] | GccKNL
|
||||||
# | Clang | Clang3[8-9] | Gcc[45]0 | Icc | IccKNL | Cray
|
# | Clang | Clang3[8-9] | Clang[45]0 | Icc | IccKNL | Cray
|
||||||
export WM_COMPILER=Gcc
|
export WM_COMPILER=Gcc
|
||||||
unset WM_COMPILER_ARCH WM_COMPILER_LIB_ARCH
|
unset WM_COMPILER_ARCH WM_COMPILER_LIB_ARCH
|
||||||
|
|
||||||
|
|||||||
@ -61,7 +61,7 @@ setenv WM_COMPILER_TYPE system
|
|||||||
|
|
||||||
#- Compiler:
|
#- Compiler:
|
||||||
# WM_COMPILER = Gcc | Gcc4[8-9] | Gcc5[1-4] | Gcc6[1-3] | GccKNL
|
# WM_COMPILER = Gcc | Gcc4[8-9] | Gcc5[1-4] | Gcc6[1-3] | GccKNL
|
||||||
# | Clang | Clang3[8-9] | Gcc[45]0 | Icc | IccKNL | Cray
|
# | Clang | Clang3[8-9] | Clang[45]0 | Icc | IccKNL | Cray
|
||||||
setenv WM_COMPILER Gcc
|
setenv WM_COMPILER Gcc
|
||||||
setenv WM_COMPILER_ARCH # defined but empty
|
setenv WM_COMPILER_ARCH # defined but empty
|
||||||
unsetenv WM_COMPILER_LIB_ARCH
|
unsetenv WM_COMPILER_LIB_ARCH
|
||||||
|
|||||||
@ -43,7 +43,7 @@ void Foam::ensightGeoFile::initialize()
|
|||||||
|
|
||||||
// Description line 2
|
// Description line 2
|
||||||
#ifdef OPENFOAM_PLUS
|
#ifdef OPENFOAM_PLUS
|
||||||
write(string("Written by OpenFOAM+ " STRING_QUOTE(OPENFOAM_PLUS)));
|
write(string("Written by OpenFOAM-" STRING_QUOTE(OPENFOAM_PLUS)));
|
||||||
#else
|
#else
|
||||||
write(string("Written by OpenFOAM-" + string(Foam::FOAMversion)));
|
write(string("Written by OpenFOAM-" + string(Foam::FOAMversion)));
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: plus.develop |
|
| \\ / O peration | Version: plus |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: plus.develop |
|
| \\ / O peration | Version: plus |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: plus.develop |
|
| \\ / O peration | Version: plus |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user