BUG: potentialFoam/cylinder: indexing into non-existing patch in parallel
[OpenFOAM-2.0.x.git] / src / conversion / Allwmake
blob014885de4792becd0a6dff09304e0c5e6cc63d9f
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 makeType=${1:-libso}
4 set -x
6 wmake $makeType
8 # ----------------------------------------------------------------- end-of-file