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:
parent
4449f4edf5
commit
1602ff1443
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue