Fixed error message.

This commit is contained in:
tlichtenegger
2020-03-16 10:35:38 +01:00
parent 1f5dcc5f33
commit 5710166ccd

View File

@ -89,7 +89,7 @@ particleDeformation::particleDeformation
if (partTypes_.size() != lowerBounds_.size() || partTypes_.size() != upperBounds_.size())
{
FatalError << "Inconsistent number of particle types and/or bounds provided." << endl;
FatalError << "Inconsistent number of particle types and/or bounds provided." << abort(FatalError);
}
Info << "partTypes: " << partTypes_ << endl;