mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[solver] Ignore empty equation when resolving systems
This commit is contained in:
@@ -36,7 +36,7 @@ void ValuesController::willDisplayCellAtLocation(HighlightCell * cell, int i, in
|
||||
}
|
||||
|
||||
I18n::Message ValuesController::emptyMessage() {
|
||||
if (m_sequenceStore->numberOfDefinedFunctions() == 0) {
|
||||
if (m_sequenceStore->numberOfDefinedModels() == 0) {
|
||||
return I18n::Message::NoSequence;
|
||||
}
|
||||
return I18n::Message::NoActivatedSequence;
|
||||
|
||||
Reference in New Issue
Block a user