GIT: Conflict resolution

This commit is contained in:
andy
2011-06-08 16:34:27 +01:00
86 changed files with 1180 additions and 2710 deletions

View File

@ -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

View 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