diff --git a/src/lagrangian/basic/particle/particleI.H b/src/lagrangian/basic/particle/particleI.H index e3c9a6e04..803a20002 100644 --- a/src/lagrangian/basic/particle/particleI.H +++ b/src/lagrangian/basic/particle/particleI.H @@ -756,8 +756,14 @@ inline void Foam::particle::initCellFacePt() // error. FatalErrorIn("void Foam::particle::initCellFacePt()") - << "cell, tetFace and tetPt search failure at position " - << position_ << nl << "for requested cell " << oldCellI + << " cell, tetFace and tetPt search failure at " + << "position " << position_ << nl + << " for requested cell " << oldCellI << nl + << " If this is a restart or " + "reconstruction/decomposition etc. it is likely that" + " the write precision is not sufficient.\n" + " Either increase 'writePrecision' or " + "set 'writeFormat' to 'binary'" << abort(FatalError); }