mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: Conflict resolution
This commit is contained in:
@ -6,5 +6,6 @@ cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
cleanCase
|
||||
|
||||
rm -r constant/panelRegion/polyMesh
|
||||
rm -rf constant/panelRegion/polyMesh
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
@ -30,3 +31,5 @@ decomposePar -force > log.decomposePar.log 2>&1
|
||||
decomposePar -region panelRegion > log.decomposParPanelRegion.log 2>&1
|
||||
|
||||
runParallel `getApplication` 6
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
||||
Reference in New Issue
Block a user