mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Minor correction to lumpedPointState.C for debug build
This commit is contained in:
@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user