mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[solver] Ignore empty equation when resolving systems
This commit is contained in:
@@ -141,7 +141,7 @@ bool ListController::expressionLayoutFieldDidReceiveEvent(ExpressionLayoutField
|
||||
}
|
||||
|
||||
void ListController::resolveEquations() {
|
||||
if (m_equationStore->numberOfModels() == 0) {
|
||||
if (m_equationStore->numberOfDefinedModels() == 0) {
|
||||
app()->displayWarning(I18n::Message::EnterEquation);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user