Skip to content
Snippets Groups Projects
Commit 0412aaf4 authored by Henry's avatar Henry Committed by Andrew Heather
Browse files

Removed spurious $1

parent 7d5e8c2a
Branches
Tags
No related merge requests found
......@@ -17,8 +17,8 @@ runParallel snappyHexMesh 6 -overwrite
#cp -r 0.org 0 > /dev/null 2>&1
#- For parallel running
ls -d processor* | xargs -i rm -rf ./{}/0 $1
ls -d processor* | xargs -i cp -r 0.org ./{}/0 $1
ls -d processor* | xargs -i rm -rf ./{}/0
ls -d processor* | xargs -i cp -r 0.org ./{}/0
runParallel patchSummary 6
runParallel potentialFoam 6 -noFunctionObjects
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment