Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
d3ead0d9
Commit
d3ead0d9
authored
Jul 10, 2008
by
Andrew Heather
Browse files
Merge branch 'master' of
ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
parents
c8f89b17
642842f4
Changes
4
Hide whitespace changes
Inline
Side-by-side
etc/bashrc
View file @
d3ead0d9
...
...
@@ -32,8 +32,8 @@
#------------------------------------------------------------------------------
export
WM_PROJECT
=
OpenFOAM
#
export WM_PROJECT_VERSION=
dev
:
${
WM_PROJECT_VERSION
:
=dev
}
;
export
WM_PROJECT_VERSION
export
WM_PROJECT_VERSION
=
1.5
#
: ${WM_PROJECT_VERSION:=dev}; export WM_PROJECT_VERSION
#!!User:
...
...
etc/cellModels
View file @
d3ead0d9
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version:
dev
|
| \\ / O peration | Version:
1.5
|
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
...
...
etc/controlDict
View file @
d3ead0d9
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version:
dev
|
| \\ / O peration | Version:
1.5
|
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
...
...
etc/cshrc
View file @
d3ead0d9
...
...
@@ -32,8 +32,8 @@
#------------------------------------------------------------------------------
setenv WM_PROJECT OpenFOAM
#
setenv WM_PROJECT_VERSION
dev
if
(
!
$?
WM_PROJECT_VERSION
)
setenv WM_PROJECT_VERSION dev
setenv WM_PROJECT_VERSION
1.5
#
if ( ! $?WM_PROJECT_VERSION ) setenv WM_PROJECT_VERSION dev
#!!User:
# either setenv FOAM_INST_DIR before sourcing this file or set
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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