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
|
fi
|
||||||
if [ ! -s ${din}/${fpart} ]; then
|
if [ ! -s ${din}/${fpart} ]; then
|
||||||
(>&2 echo "[Error] File not found or empty: ${din}/${fpart}")
|
(>&2 echo "[Error] File not found or empty: ${din}/${fpart}")
|
||||||
exit 1
|
# exit 1
|
||||||
|
fpart=
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if all velocity fields exist and are not empty
|
# Check if all velocity fields exist and are not empty
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue