Skip to content
Snippets Groups Projects
Commit fa86a984 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: Minor correction to lumpedPointState.C for debug build

parent 5dc04530
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ Foam::lumpedPointState::lumpedPointState ...@@ -152,7 +152,7 @@ Foam::lumpedPointState::lumpedPointState
FatalErrorInFunction FatalErrorInFunction
<< "Have " << points_.size() << " points but " << "Have " << points_.size() << " points but "
<< angles_.size() << " angles" << nl << angles_.size() << " angles" << nl
exit(FatalError); << exit(FatalError);
#else #else
WarningInFunction WarningInFunction
<< "Have " << points_.size() << " points but " << "Have " << points_.size() << " points but "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment