STYLE: linearAxialAngularSpring: indentation
[OpenFOAM-2.0.x.git] / src / turbulenceModels / Allwmake
blob3cba27ed1c33ad4b2b34da04bfed9642a72168f1
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 makeType=${1:-libso}
4 set -x
6 LES/Allwmake $*
7 incompressible/Allwmake $*
8 compressible/Allwmake $*
9 wmake $makeType derivedFvPatchFields
11 # ----------------------------------------------------------------- end-of-file