repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of github.com:OpenCFD/OpenFOAM-2.0.x
[OpenFOAM-2.0.x.git]
/
src
/
turbulenceModels
/
Allwmake
blob
3cba27ed1c33ad4b2b34da04bfed9642a72168f1
1
#!/bin/sh
2
cd
${0%/*}
||
exit
1
# run from this directory
3
makeType
=
${1:-libso}
4
set -x
5
6
LES
/
Allwmake $
*
7
incompressible
/
Allwmake $
*
8
compressible
/
Allwmake $
*
9
wmake
$makeType
derivedFvPatchFields
10
11
# ----------------------------------------------------------------- end-of-file