Change reconstruct zero option name

This commit is contained in:
Hrvoje Jasak 2019-05-01 09:14:36 +01:00
parent 267fa0eba8
commit a7f9e38d5c

View file

@ -9,5 +9,5 @@ if [ "$WM_PROJECT" = "OpenFOAM" ]
then
runApplication reconstructParMesh -constant -fullMatch
else
runApplication reconstructParMesh -zeroTime
runApplication reconstructParMesh -withZero
fi