Fail on cyclic mis-match
This commit is contained in:
parent
d63de061fe
commit
9236ac660a
1 changed files with 2 additions and 1 deletions
|
@ -311,7 +311,8 @@ void Foam::cyclicPolyPatch::calcTransforms()
|
|||
<< endl
|
||||
<< "Other errors also exist, only the largest is reported. "
|
||||
<< "Please rerun with cyclic debug flag set"
|
||||
<< " for more information." << exit(FatalError);
|
||||
<< " for more information."
|
||||
<< abort(FatalError);
|
||||
}
|
||||
|
||||
if (debug)
|
||||
|
|
Reference in a new issue