Precise cp in run script
This commit is contained in:
parent
e422f5a577
commit
6f947e5eed
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ makeMeshByCellSet()
|
|||
runApplicationAndReportOnError blockMesh
|
||||
makeMeshByCellSet 1 2
|
||||
runApplicationAndReportOnError subsetMesh -overwrite c0 -patch floatingObject
|
||||
cp -r 0.org 0 > /dev/null 2>&1
|
||||
cp -r 0.org/* 0 > /dev/null 2>&1
|
||||
runApplicationAndReportOnError setFields
|
||||
runApplicationAndReportOnError $application
|
||||
|
||||
|
|
Reference in a new issue