BUG: sampledSurface : clear out underlying sampledSurface
[OpenFOAM-1.7.x.git] / src / transportModels / Allwmake
blob138f265357ee6d27655f1140e247ccb3f7c7b5d1
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmake libso incompressible
6 wmake libso interfaceProperties
7 wmake libso twoPhaseInterfaceProperties
8 # wmake libso compressible
10 # ----------------------------------------------------------------- end-of-file