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
ae012ae6
Commit
ae012ae6
authored
Mar 18, 2010
by
Andrew Heather
Browse files
Merge branch 'olesenm'
parents
e92707e4
3e0c66e9
Changes
3
Hide whitespace changes
Inline
Side-by-side
etc/cshrc
View file @
ae012ae6
...
...
@@ -74,7 +74,9 @@ alias _foamSource 'if ($?FOAM_VERBOSE && $?prompt) echo "Sourcing: \!*"; source
# Add in preset user or site preferences:
set
foamPrefs
=
`
$WM_PROJECT_DIR
/bin/foamEtcFile prefs.csh
`
if
(
$status
==
0
)
_foamSource
$foamPrefs
if
(
$status
==
0
)
then
_foamSource
$foamPrefs
endif
unset
foamPrefs
...
...
etc/settings.csh
View file @
ae012ae6
...
...
@@ -81,7 +81,7 @@ _foamAddLib $FOAM_USER_LIBBIN
# Select compiler installation
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# compilerInstall = OpenFOAM | system
set
compilerInstall
=
OpenFOAM
if
(
!
$?
compilerInstall
)
set
compilerInstall
=
OpenFOAM
switch
(
"
$compilerInstall
"
)
case
OpenFOAM:
...
...
etc/settings.sh
View file @
ae012ae6
...
...
@@ -105,7 +105,7 @@ unset compilerBin compilerLib compilerMan
# Select compiler installation
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# compilerInstall = OpenFOAM | system
compilerInstall
=
OpenFOAM
:
${
compilerInstall
:
=OpenFOAM
}
case
"
${
compilerInstall
:-
OpenFOAM
}
"
in
OpenFOAM
)
...
...
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