mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[solver] Display warning when one of the variable name exceeds 10
characters
This commit is contained in:
@@ -179,6 +179,9 @@ void ListController::resolveEquations() {
|
||||
case EquationStore::Error::TooManyVariables:
|
||||
app()->displayWarning(I18n::Message::TooManyVariables);
|
||||
return;
|
||||
case EquationStore::Error::VariableNameTooLong:
|
||||
app()->displayWarning(I18n::Message::VariableNameTooLong);
|
||||
return;
|
||||
case EquationStore::Error::NonLinearSystem:
|
||||
app()->displayWarning(I18n::Message::NonLinearSystem);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user