diff --git a/applications/solvers/compressible/rhoSimpleFoam/Allwclean b/applications/solvers/compressible/rhoSimpleFoam/Allwclean index 49e4b69482..a1fd479e12 100755 --- a/applications/solvers/compressible/rhoSimpleFoam/Allwclean +++ b/applications/solvers/compressible/rhoSimpleFoam/Allwclean @@ -3,7 +3,7 @@ cd ${0%/*} || exit 1 # run from this directory set -x wclean -wclean rhoPorousMRFSimpleFoam +wclean rhoPorousSimpleFoam wclean rhoSimplecFoam # ----------------------------------------------------------------- end-of-file diff --git a/applications/solvers/compressible/rhoSimpleFoam/Allwmake b/applications/solvers/compressible/rhoSimpleFoam/Allwmake index e0b621c253..dc0fd648f5 100755 --- a/applications/solvers/compressible/rhoSimpleFoam/Allwmake +++ b/applications/solvers/compressible/rhoSimpleFoam/Allwmake @@ -3,7 +3,7 @@ cd ${0%/*} || exit 1 # run from this directory set -x wmake -wmake rhoPorousMRFSimpleFoam +wmake rhoPorousSimpleFoam wmake rhoSimplecFoam # ----------------------------------------------------------------- end-of-file