BUG: Minor correction to lumpedPointState.C for debug build

This commit is contained in:
Andrew Heather
2020-07-17 14:09:34 +01:00
parent 5dc04530d9
commit fa86a98482

View File

@ -152,7 +152,7 @@ Foam::lumpedPointState::lumpedPointState
FatalErrorInFunction
<< "Have " << points_.size() << " points but "
<< angles_.size() << " angles" << nl
exit(FatalError);
<< exit(FatalError);
#else
WarningInFunction
<< "Have " << points_.size() << " points but "