mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
sampledSet/lineFace: Added error message
This commit is contained in:
@ -124,6 +124,7 @@ void Foam::sampledSets::lineFace::calcSamples
|
||||
if (!sampleParticle.onBoundaryFace())
|
||||
{
|
||||
FatalErrorInFunction
|
||||
<< "Failed to associate with the starting boundary face"
|
||||
<< exit(FatalError);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user