Skip to content

Commit 5e0844b

Browse files
committed
Create output folder in run script
1 parent 565a9a1 commit 5e0844b

File tree

1 file changed

+2
-0
lines changed
  • elastic-tube-1d/fluid-fortran

1 file changed

+2
-0
lines changed

elastic-tube-1d/fluid-fortran/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ if [ ! -d build ]; then
1010
cmake --build build
1111
fi
1212

13+
mkdir -p output
14+
1315
./build/FluidSolver ../precice-config.xml
1416

1517
close_log

0 commit comments

Comments
 (0)