f206e5ffec
Conflicts: applications/solvers/compressible/steadyCompressibleFoam/pEqn.H
10 lines
137 B
Bash
Executable file
10 lines
137 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Source tutorial clean functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
cleanCase
|
|
cleanSamples
|
|
|
|
\rm -rf 0
|
|
cp -r 0.org 0
|