mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps/solver] Reove unneeded EquationStore::Error::VariableNameTooLong
This commit is contained in:
@@ -21,7 +21,6 @@ public:
|
||||
TooManyVariables = -2,
|
||||
NonLinearSystem = -3,
|
||||
RequireApproximateSolution = -4,
|
||||
VariableNameTooLong = -5
|
||||
};
|
||||
/* EquationStore */
|
||||
EquationStore();
|
||||
|
||||
@@ -180,9 +180,6 @@ 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