ENH: tutorials: dict command line option

This commit is contained in:
mattijs
2012-12-05 15:30:33 +00:00
parent 026ce6aad4
commit 03fa70e4af
6 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ application=`getApplication`
runRefineMesh ()
{
echo "Running refineMesh on $PWD"
refineMesh -dict > log.refineMesh 2>&1
refineMesh -dict system/refineMeshDict > log.refineMesh 2>&1
}
runApplication blockMesh