mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Fixed error message.
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user