fix error message
This commit is contained in:
parent
d6e11ca84d
commit
7cf8c68e15
@ -93,7 +93,7 @@ class TFactor
|
|||||||
Params::size_type newSize = params_.size() * g_ranges[i];
|
Params::size_type newSize = params_.size() * g_ranges[i];
|
||||||
if (newSize > Util::maxUnsigned()) {
|
if (newSize > Util::maxUnsigned()) {
|
||||||
// factor will become to bigger, is not worth to continue
|
// factor will become to bigger, is not worth to continue
|
||||||
cerr << "error: an overflow occurred when performing expansion" ;
|
cerr << "error: an overflow occurred on factor multiplication" ;
|
||||||
cerr << endl;
|
cerr << endl;
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user