OpenFOAM-2.4.x/applications/solvers/multiphase/multiphaseInterFoam/Allwclean
2014-04-23 14:34:07 +01:00

8 lines
187 B
Bash
Executable file

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wclean libso multiphaseMixture
wclean
# ----------------------------------------------------------------- end-of-file