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
31ec0ed2
Commit
31ec0ed2
authored
Mar 19, 2010
by
Mark Olesen
Browse files
Merge remote branch 'OpenCFD/master' into olesenm
parents
19bfbd15
f5322b0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
etc/prefs.csh-EXAMPLE
View file @
31ec0ed2
...
...
@@ -37,16 +37,17 @@
#
#------------------------------------------------------------------------------
# Specify system compiler
# ~~~~~~~~~~~~~~~~~~~~~~~
set
compilerInstall
=
system
#
# Specify system compiler
#
# ~~~~~~~~~~~~~~~~~~~~~~~
#
set compilerInstall=system
# Specify system openmpi
# ~~~~~~~~~~~~~~~~~~~~~~
setenv WM_MPLIB SYSTEMOPENMPI
#
# Specify system openmpi
#
# ~~~~~~~~~~~~~~~~~~~~~~
#
setenv WM_MPLIB SYSTEMOPENMPI
# Specify ParaView version
# ~~~~~~~~~~~~~~~~~~~~~~~~
setenv ParaView_VERSION 3.7.0
# eg, cvs/git version
setenv ParaView_VERSION git
# eg, cvs/git version
setenv ParaView_MAJOR 3.7
# -----------------------------------------------------------------------------
etc/prefs.sh-EXAMPLE
View file @
31ec0ed2
...
...
@@ -47,6 +47,6 @@ export WM_MPLIB=SYSTEMOPENMPI
# Specify ParaView version
# ~~~~~~~~~~~~~~~~~~~~~~~~
export
ParaView_VERSION
=
3.7.0
# eg, cvs/git version
export
ParaView_VERSION
=
git
# eg, cvs/git version
export
ParaView_MAJOR
=
3.7
# -----------------------------------------------------------------------------
src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C
View file @
31ec0ed2
...
...
@@ -102,9 +102,10 @@ Foam::Map<Foam::label> Foam::autoSnapDriver::getZoneBafflePatches
FatalErrorIn
(
"getZoneBafflePatches(const bool)"
)
<<
"Face "
<<
faceI
<<
" fc:"
<<
mesh
.
faceCentres
()[
faceI
]
<<
" is in faceZone "
<<
" in zone "
<<
fZone
.
name
()
<<
" is in patch "
<<
mesh
.
boundaryMesh
()[
oldPatchI
].
name
()
<<
" and in
faceZone
"
<<
" and in
patch
"
<<
mesh
.
boundaryMesh
()[
patchI
].
name
()
<<
abort
(
FatalError
);
}
...
...
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