mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Allrun: flange case not run
This commit is contained in:
@ -1,6 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd ${0%/*} || exit 1 # run from this directory
|
cd ${0%/*} || exit 1 # run from this directory
|
||||||
|
|
||||||
|
|
||||||
|
(
|
||||||
|
cd flange || exit
|
||||||
|
./Allrun
|
||||||
|
)
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
# These cases are links to solver test cases and are run when the Allrun
|
# These cases are links to solver test cases and are run when the Allrun
|
||||||
|
|||||||
Reference in New Issue
Block a user