sampledSet/lineFace: Added error message

This commit is contained in:
Will Bainbridge
2018-07-12 11:02:01 +01:00
parent e05f780ebc
commit f845197ccf

View File

@ -124,6 +124,7 @@ void Foam::sampledSets::lineFace::calcSamples
if (!sampleParticle.onBoundaryFace())
{
FatalErrorInFunction
<< "Failed to associate with the starting boundary face"
<< exit(FatalError);
}
}