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
1d8ef28c
Commit
1d8ef28c
authored
Oct 26, 2015
by
Henry Weller
Browse files
foamEtcFile: Add support for openfoamdev
parent
c1d3fbae
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/foamEtcFile
View file @
1d8ef28c
...
...
@@ -3,7 +3,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011
-2015
OpenFOAM Foundation
# \\/ M anipulation |
#-------------------------------------------------------------------------------
# License
...
...
@@ -103,7 +103,7 @@ OpenFOAM-*) # standard naming convention OpenFOAM-<VERSION>
version
=
"
${
projectDirName
##OpenFOAM-
}
"
;;
openfoam[0-9]
*
)
# debian naming convention 'openfoam<VERSION>'
openfoam[0-9]
*
|
openfoamdev
)
# debian naming convention 'openfoam<VERSION>'
versionNum
=
"
${
projectDirName
##openfoam
}
"
case
"
$versionNum
"
in
??
)
# convert 2 digit version number to decimal delineated
...
...
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