ENH: patchCloud: return pTraits<Type>::max for unfound points
[OpenFOAM-1.7.x.git] / applications / solvers / multiphase / multiphaseInterFoam / Allwmake
blob6e47f91dd922f2e8ac52df6d835e0e8bc70ef55f
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmake libso multiphaseMixture
6 wmake
7 wmake MRFMultiphaseInterFoam
9 # ----------------------------------------------------------------- end-of-file