mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[solver] Ignore empty equation when resolving systems
This commit is contained in:
@@ -105,7 +105,7 @@ bool ListParameterController::handleEnterOnRow(int rowIndex) {
|
||||
stack->pop();
|
||||
return true;
|
||||
} else {
|
||||
if (m_functionStore->numberOfDefinedFunctions() == 1) {
|
||||
if (m_functionStore->numberOfDefinedModels() == 1) {
|
||||
Function * f = m_functionStore->definedFunctionAtIndex(0);
|
||||
f->setContent("");
|
||||
StackViewController * stack = (StackViewController *)(parentResponder());
|
||||
|
||||
Reference in New Issue
Block a user