mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/stats/reg] Data not suitable message
This commit is contained in:
@@ -301,7 +301,7 @@ bool StoreController::privateFillColumnWithFormula(Expression * formula, Express
|
||||
// Compute the new value using the formula
|
||||
double evaluation = formula->approximateToScalar<double>(*store);
|
||||
if (std::isnan(evaluation) || std::isinf(evaluation)) {
|
||||
app()->displayWarning(I18n::Message::NonCompliantFormula);
|
||||
app()->displayWarning(I18n::Message::DataNotSuitable);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user