BUG: tutorial: missing run script invocation

This commit is contained in:
mattijs 2022-12-14 14:28:50 +00:00
parent 029c5a24fe
commit 02ca7868d5

View File

@ -13,6 +13,7 @@ cd "${0%/*}" || exit # Run from this directory
( cd opposite_walls && ./Allrun )
( cd airfoilWithLayers && ./Allrun )
( cd sphere_gapClosure && ./Allrun )
( cd block_with_curvature && ./Allrun )
exit 0