Skip to content

Commit

Permalink
FIX: changed Allwclean file
Browse files Browse the repository at this point in the history
  • Loading branch information
giovastabile committed Oct 19, 2020
1 parent 8728df8 commit 01f9c59
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Allwclean
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for d in applications/* ; do
cd ../../
done

cd tutorials
cd tutorials/CFD

for d in ./*/ ; do
echo $d
Expand All @@ -32,6 +32,18 @@ for d in ./*/ ; do
cd ../
done

cd ../UQ

for d in ./*/ ; do
echo $d
cd $d
if [ -f "Make/files" ]; then
wclean
fi
cd ../
done

cd ..
cd ../unitTests

for d in ./*/ ; do
Expand Down

0 comments on commit 01f9c59

Please sign in to comment.