ucftar_pack does not necessarily need to check for the particle file. it's not present for single-phase simulations

This commit is contained in:
Tiago Pestana 2020-09-16 20:04:23 +02:00
parent 4449f4edf5
commit 1602ff1443
1 changed files with 7 additions and 6 deletions

View File

@ -106,7 +106,8 @@ if [ ! -s ${din}/${fproc} ]; then
fi
if [ ! -s ${din}/${fpart} ]; then
(>&2 echo "[Error] File not found or empty: ${din}/${fpart}")
exit 1
# exit 1
fpart=
fi
# Check if all velocity fields exist and are not empty