Change reconstruct zero option name
This commit is contained in:
parent
267fa0eba8
commit
a7f9e38d5c
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ if [ "$WM_PROJECT" = "OpenFOAM" ]
|
||||||
then
|
then
|
||||||
runApplication reconstructParMesh -constant -fullMatch
|
runApplication reconstructParMesh -constant -fullMatch
|
||||||
else
|
else
|
||||||
runApplication reconstructParMesh -zeroTime
|
runApplication reconstructParMesh -withZero
|
||||||
fi
|
fi
|
||||||
|
|
Reference in a new issue